TradingAgents/tradingagents
Filipe Salvio f3970448ef feat(01-01): create Tradier vendor module with typed dataclasses and chain retrieval
- Add OptionsContract dataclass with 21 fields (Greeks, IV, market data)
- Add OptionsChain dataclass with to_dataframe() and filter_by_dte() methods
- Add get_options_expirations() with DTE filtering and Pitfall 5 normalization
- Add get_options_chain() returning string for LLM tool consumption
- Add get_options_chain_structured() returning OptionsChain for programmatic use
- Add session cache with clear_options_cache() and Pitfall 2 normalization
- Always request greeks=true per D-05

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 20:29:06 -03:00
..
agents refactor: standardize portfolio manager, five-tier rating scale, fix analyst status tracking 2026-03-22 23:30:29 +00:00
dataflows feat(01-01): create Tradier vendor module with typed dataclasses and chain retrieval 2026-03-29 20:29:06 -03: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
__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