Example | Model | Description |
---|---|---|
Simple balance tool | Anthropic: claude-3-5-sonnet-latest | Gets Sui wallet balance, no interactivity |
Interactive agent (text streaming) | Anthropic: claude-3-5-sonnet-latest | Portfolio management agent with all tools enabled |
Interactive agent (text streaming) | OpenAI: gpt-3.5-turbo | Portfolio management agent with all tools enabled |
Interactive agent (text generating) | OpenAI: gpt-3.5-turbo | Portfolio management agent with all tools enabled |
pnpm install
cp .env.example .env
Then update the environment variables in the .env
file.
pnpm start:anthropic:simple:balance
# or
pnpm start || pnpm start:anthropic:streaming
# or
pnpm start:openai:streaming
# or
pnpm start:openai:generating