| 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 |
| Interactive agent (text streaming) | Google: gemini-2.0-flash-001 | Portfolio management agent with all tools enabled |
pnpm installcp .env.example .envThen 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
# or
pnpm start:google:streaming