A trading agent built with AgentX and PromptX - Value investing analyst inspired by Warren Buffett.
pnpm installcp .env.example .env
# Edit .env and add your ANTHROPIC_API_KEY# Terminal 1: Start WebSocket server
pnpm dev:server
# Terminal 2: Start Web UI
pnpm devOr run both together:
pnpm dev:fullVisit http://localhost:5173
Buffett/
├── src/
│ ├── agent.ts # Buffett Agent definition
│ ├── server.ts # WebSocket server
│ └── web/
│ ├── App.tsx # Main layout (dual-pane)
│ ├── main.tsx # React entry
│ └── index.css # Styles
├── index.html
├── package.json
├── tsconfig.json
├── vite.config.ts
└── .env.example
- Dual-pane Layout: Left side for PPT presentation (reserved), right side for AI chat
- Value Investing AI: Buffett-style investment analysis
- PromptX Integration: MCP server for enhanced prompts
- Resizable Panels: Drag to adjust panel widths