Stats
Links
Categories
Auto-discovered marketplace from tedirland/finally
npx claudepluginhub tedirland/finallyCarry out an independent review of all changes since last commit
An AI-powered trading workstation that streams live market data, lets users trade a simulated portfolio, and integrates an LLM chat assistant that can analyze positions and execute trades. Built entirely by coding agents as a capstone for an agentic AI coding course.
Single Docker container, single port (8000):
# Backend
cd backend
uv sync --extra dev
uv run --extra dev pytest -v
# Market data demo
cd backend
uv run market_data_demo.py
| Variable | Required | Description |
|---|---|---|
OPENROUTER_API_KEY | Yes | OpenRouter API key for LLM chat |
MASSIVE_API_KEY | No | Polygon.io key for real market data (simulator used if absent) |
LLM_MOCK | No | Set true for deterministic mock LLM responses |
See planning/PLAN.md for the full specification.
See LICENSE.