TradingAgents/tradingagents/agents/utils
Filipe Salvio 18e1e99d46 feat(01-02): register Tradier in vendor routing and create options tools
- Add Tradier to VENDOR_LIST, TOOLS_CATEGORIES (options_chain), and VENDOR_METHODS
- Update route_to_vendor to catch TradierRateLimitError for fallback
- Add options_chain: tradier to DEFAULT_CONFIG data_vendors
- Create options_tools.py with @tool decorated get_options_chain and get_options_expirations
- Add TRADIER_API_KEY and TRADIER_SANDBOX to .env.example
2026-03-29 20:33:32 -03:00
..
agent_states.py refactor: rename risky/safe agents to aggressive/conservative 2026-02-03 22:27:20 +00:00
agent_utils.py refactor: five-tier rating scale and streamlined agent prompts 2026-03-22 23:07:20 +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 feat: add multi-provider LLM support with thinking configurations 2026-02-03 22:27:20 +00:00
news_data_tools.py fix: improve data vendor implementations and tool signatures 2026-02-03 22:27:20 +00:00
options_tools.py feat(01-02): register Tradier in vendor routing and create options tools 2026-03-29 20:33:32 -03:00
technical_indicators_tools.py fix: handle comma-separated indicators in get_indicators tool 2026-03-15 18:05:36 +00:00