TradingAgents/tradingagents
Joseph O'Brien 9c252fdc2c refactor: consolidate configuration management with Pydantic-based settings
- Add tradingagents/config.py with TradingAgentsSettings Pydantic model
- Centralize all environment variable handling and API key management
- Add validation for log_level, llm_provider, and numeric bounds
- Update dataflows/config.py to use central config as backend
- Update logging.py to get settings from central config
- Update API key access in alpha_vantage, brave, and tavily modules
- Replace DEFAULT_CONFIG imports with get_config() calls
- Add 20 comprehensive tests for config module

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 03:20:41 -05:00
..
agents refactor: consolidate configuration management with Pydantic-based settings 2025-12-03 03:20:41 -05:00
backtesting feat: add backtesting framework and fix code quality issues 2025-12-03 02:55:28 -05:00
dataflows refactor: consolidate configuration management with Pydantic-based settings 2025-12-03 03:20:41 -05:00
graph refactor: consolidate configuration management with Pydantic-based settings 2025-12-03 03:20:41 -05:00
models feat: add backtesting framework and fix code quality issues 2025-12-03 02:55:28 -05:00
config.py refactor: consolidate configuration management with Pydantic-based settings 2025-12-03 03:20:41 -05:00
default_config.py feat: add backtesting framework and fix code quality issues 2025-12-03 02:55:28 -05:00
logging.py refactor: consolidate configuration management with Pydantic-based settings 2025-12-03 03:20:41 -05:00
validation.py feat: add centralized input validation for ticker symbols and dates 2025-12-03 03:09:05 -05:00