- 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> |
||
|---|---|---|
| .. | ||
| trending | ||
| __init__.py | ||
| alpha_vantage.py | ||
| alpha_vantage_common.py | ||
| alpha_vantage_fundamentals.py | ||
| alpha_vantage_indicator.py | ||
| alpha_vantage_news.py | ||
| alpha_vantage_stock.py | ||
| brave.py | ||
| config.py | ||
| google.py | ||
| googlenews_utils.py | ||
| interface.py | ||
| local.py | ||
| openai.py | ||
| reddit_utils.py | ||
| stockstats_utils.py | ||
| tavily.py | ||
| utils.py | ||
| y_finance.py | ||
| yfin_utils.py | ||