Skip to content

Quickstart

weich97 edited this page May 17, 2026 · 1 revision

Quickstart

The recommended first run does not require API keys or live market-data calls. It builds a local showcase from deterministic demos and tracked artifacts.

git clone https://github.com/weich97/TradeArena.git
cd TradeArena
python -m pip install -e ".[dev]"
python scripts/run_showcase.py

Open:

outputs/examples/showcase.html

The showcase links to:

  • a browser-readable audit report
  • execution-realism and risk-gate demos
  • a contributor extension walkthrough
  • a retail planning sandbox
  • crisis and diagnostic visual snapshots
  • a redacted LLM cache manifest summary

Static Demo

If you want to inspect the project before cloning:

Optional Live Providers

TradeArena can use model and data APIs for advanced experiments, but the first run avoids them. Live API-backed experiments should keep raw prompt/response caches local or outside Git.

Clone this wiki locally