TradingAgents/cli
Maytekin 4261c62e7c refactor(config): improve config loading with validation and error handling
- Replace inline config loading with dedicated functions `_load_config` and `_get_section` (or `_get_base_urls`).
- Add explicit error handling for missing files, invalid JSON, and I/O errors.
- Validate config structure and section types to provide clear runtime errors.
- Centralize logic to avoid code duplication across modules.
2026-03-24 16:29:19 +00: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 fix: set process-level UTF-8 default for cross-platform consistency 2026-03-22 23:42:37 +00:00
models.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
stats_handler.py feat: add footer statistics tracking with LangChain callbacks 2026-02-03 22:27:20 +00:00
utils.py refactor(config): improve config loading with validation and error handling 2026-03-24 16:29:19 +00:00