Category: Foundation / Paper Trading Simulation Level: Beginner Version: 0.1.0
Educational paper-trading lab for prediction-market bots.
Upstream attribution: derived from https://github.com/tyc-aidev/polyagent-oss (polyagent-oss). Paper trading only. Not financial advice. See DISCLAIMER.md.
- Rule-based ThresholdAgent and catalog AlphaAgent (demo / experimentation)
- Paper portfolio, P&L, and risk helpers (simulation)
- Alpha lab: catalog discovery, features, historical replay backtests
- Web dashboard: markets, bots, ticks, manual runs
- Docker self-host path and optional Cloudflare Workers deploy (OpenNext)
Workspace package ids remain @polyagent/* for compatibility with upstream.
Follow docs/getting-started.md (copy env template, start Postgres, install workspace deps, migrate, seed, run the Next.js app).
Open http://localhost:3000/demo
- docs/getting-started.md — Setup
- docs/architecture.md — Monorepo map
- docs/trading-system.md — Paper loop
- docs/backtesting.md — Replay / sweeps
- docs/paper-vs-live.md — Simulation vs reality
- docs/risk-management.md — Implemented risk helpers
- docs/learning-path.md — Beginner path
- docs/troubleshooting.md — Common fixes
- SECURITY.md — Security policy
- SECURITY_AUDIT.md — Packaging-pass audit
Apache 2.0 — see LICENSE. Upstream copyright notices retained.