TradingAgents/cli
test 2474f7ad58 feat: update CLI for Polymarket event input and display
- Replace AnalystType enum: MARKET/FUNDAMENTALS → ODDS/EVENT
- Replace get_ticker() with get_event_input() supporting manual URL/ID entry and scan mode
- Update ANALYST_ORDER and ANALYST_MAPPING throughout for odds/event analysts
- Update MessageBuffer FIXED_AGENTS: Bull/Bear Researcher → YES/NO/Timing Advocate
- Update REPORT_SECTIONS: market_report/fundamentals_report → odds_report/event_report, trader_investment_plan → trader_plan, final_trade_decision → final_decision
- Update get_user_selections(): event-based flow replacing ticker/date steps
- Update run_analysis(): graph.propagate with event_id/event_question, chunk processing for yes/no/timing debate history
- Update display_complete_report() and save_report_to_disk() with new field names and folder structure (5_risk_manager instead of 5_portfolio)
- Update welcome message and progress display to reflect Polymarket workflow

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-21 21:27:37 +09:00
..
static chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
__init__.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
announcements.py feat: add announcements panel fetching from api.tauric.ai/v1/announcements 2026-02-03 22:27:20 +00:00
config.py feat: add announcements panel fetching from api.tauric.ai/v1/announcements 2026-02-03 22:27:20 +00:00
main.py feat: update CLI for Polymarket event input and display 2026-03-21 21:27:37 +09:00
models.py feat: update CLI for Polymarket event input and display 2026-03-21 21:27:37 +09:00
stats_handler.py feat: add footer statistics tracking with LangChain callbacks 2026-02-03 22:27:20 +00:00
utils.py feat: update CLI for Polymarket event input and display 2026-03-21 21:27:37 +09:00