TradingAgents/tradingagents
David Tseng 4a11b4bf55 feat: add Polymarket prediction market analysis module
Add tradingagents/prediction_market/ as a parallel module adapting the
multi-agent framework for Polymarket binary prediction markets.

Key components:
- 4 analysts: Event, Odds, Information, Sentiment
- YES/NO researchers with structured debate
- PM Trader with Kelly Criterion position sizing
- Risk debate team (aggressive/conservative/neutral)
- Polymarket REST API client (Gamma + CLOB, read-only)
- LangGraph state machine mirroring existing stock flow
- BM25 memory system for reflection/learning
- CLI integration with analysis mode selection and URL resolution

Analysis-only scope - no order placement in v1.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 12:49:23 +08:00
..
agents refactor: standardize portfolio manager, five-tier rating scale, fix analyst status tracking 2026-03-22 23:30:29 +00:00
dataflows fix: add exponential backoff retry for yfinance rate limits (#426) 2026-03-22 22:11:08 +00:00
graph refactor: standardize portfolio manager, five-tier rating scale, fix analyst status tracking 2026-03-22 23:30:29 +00:00
llm_clients feat: add Anthropic effort level support for Claude models 2026-03-22 21:57:05 +00:00
prediction_market feat: add Polymarket prediction market analysis module 2026-03-23 12:49:23 +08:00
__init__.py fix: set process-level UTF-8 default for cross-platform consistency 2026-03-22 23:42:37 +00:00
default_config.py feat: add Anthropic effort level support for Claude models 2026-03-22 21:57:05 +00:00