-
Notifications
You must be signed in to change notification settings - Fork 2
Quickstart
weich97 edited this page May 17, 2026
·
1 revision
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.pyOpen:
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
If you want to inspect the project before cloning:
- https://weich97.github.io/TradeArena/showcase.html
- https://weich97.github.io/TradeArena/demo_video.html
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.