- Add tradingAgents.types.ts with complete type definitions - Add agents.service.ts for Trading Agents API integration - Add agentsStore.ts (Zustand) for state management - Add BotCard.tsx, AgentCard.tsx, AgentsList.tsx components - Add AgentsPage.tsx for /trading/agents route - Fix TypeScript errors in AgentsList.tsx: - Add handlers for startBot with default config - Use correct AgentType for selectBot Total: 8 new files, ~3,000 LOC Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| auth.types.ts | ||
| chat.types.ts | ||
| education.types.ts | ||
| index.ts | ||
| investment.types.ts | ||
| ml.types.ts | ||
| mlOverlay.types.ts | ||
| payment.types.ts | ||
| portfolio.types.ts | ||
| trading.types.ts | ||
| tradingAgents.types.ts | ||