TradingAgents/tradingagents/agents/utils
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
..
agent_states.py feat(034): add Polymarket prediction market signals 2026-04-21 16:38:36 +10:00
agent_utils.py feat: multi-language output support for analyst reports and final decision (#472) 2026-03-29 19:19:01 +00:00
core_stock_tools.py minor fix 2025-09-26 23:25:33 +08:00
fundamental_data_tools.py minor fix 2025-09-26 23:25:33 +08:00
memory.py fix: process all chunk messages for tool call logging, harden memory score normalization (#534, #531) 2026-04-13 07:21:33 +00:00
news_data_tools.py fix: improve data vendor implementations and tool signatures 2026-02-03 22:27:20 +00:00
technical_indicators_tools.py fix: normalize indicator names to lowercase (#490) 2026-04-04 07:23:31 +00:00