TradingAgents/tests
Clayton Brown b6c99e1dde feat(034): add Polymarket prediction market signals
Fetch crowd-sourced probability estimates from Polymarket's public
Gamma API and inject them as context into fundamentals, sentiment,
and news analyst prompts.

- New tradingagents/signals/polymarket.py module
- Filter: >=40% probability, >=100K USD volume, financially relevant keywords
- Categorize: Fed/Rates, Economy, Trade, Regulation, Corporate, Crypto, Energy, Tech, Macro
- Config: polymarket_enabled (default True) in default_config.py
- CLI: --polymarket/--no-polymarket flags on analyze command
- State: polymarket_context field in AgentState
- 30 unit tests and integration tests
- Polymarket section in README
2026-04-21 16:38:36 +10:00
..
test_google_api_key.py refactor: simplify api_key mapping and consolidate tests 2026-03-24 14:52:51 +01:00
test_model_validation.py sync model validation with cli catalog 2026-03-25 21:23:02 +08:00
test_polymarket_integration.py feat(034): add Polymarket prediction market signals 2026-04-21 16:38:36 +10:00
test_polymarket_unit.py feat(034): add Polymarket prediction market signals 2026-04-21 16:38:36 +10:00
test_ticker_symbol_handling.py fix: preserve exchange-qualified tickers across agent prompts 2026-03-21 21:10:13 +08:00