TradingAgents/cli
Hewei603 35ee214e69
Update main.py:fix: add encoding='utf-8' to all write_text calls in save_report_to_disk
Prevents UnicodeEncodeError on Windows when reports contain characters 
outside the system's default encoding (GBK). This ensures all report 
files are written with UTF-8 encoding.
2026-02-14 18:08:28 +08: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 Update main.py:fix: add encoding='utf-8' to all write_text calls in save_report_to_disk 2026-02-14 18:08:28 +08: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: clean up codebase and streamline documentation 2026-02-03 22:27:20 +00:00