TradingAgents/cli
nickdumitru b981c4c2a2 Fix TypeError when writing report sections that contain lists
The `save_report_section_decorator` calls `f.write(content)` but some
report sections (e.g. `trader_investment_plan`) can be a list instead
of a string, causing `TypeError: write() argument must be str, not list`.

Handle this by joining list items with newlines before writing.
2026-03-19 12:42:28 -04: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 TypeError when writing report sections that contain lists 2026-03-19 12:42:28 -04: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 chore: update model lists, bump to v0.2.1, fix package build 2026-03-15 23:34:50 +00:00