Autonomous LLM-powered swing trading system. 4–72h horizon, 60–80 US equities across tech/semis/financials/energy.
See docs/architecture/ and docs/design/ for the full architecture and design.
Requires Python 3.13+ and uv.
brew install ta-lib # native dependency for the TA-Lib Python wrapper
uv sync # creates .venv and installs all dependenciesSecrets live in .env (referenced by env-var name from config/*.yaml). See docs/design/01-data-layer/api-key-checklist.md for the inventory.
uv run python scripts/ops/validate_universe.pyValidates config/assets.yaml against the five inclusion criteria documented in docs/design/asset-universe-validation.md.