TradingAgents/tradingagents
Clayton Brown cc721a87be feat: Pydantic schema validation for agent outputs (#434)
Review feedback applied:
- All 13 agent nodes now capture validate_agent_output return value
- Analysts use validated model.summary when available
- Type hint: llm param changed from object to Any
- JSON extraction regex: non-greedy to avoid spanning multiple blocks

Closes #434
2026-04-20 22:43:31 +10:00
..
agents feat: Pydantic schema validation for agent outputs (#434) 2026-04-20 22:43:31 +10:00
dataflows fix: add missing pandas import in y_finance.py (#488) 2026-04-04 07:14:10 +00:00
graph fix: use ~/.tradingagents/ for cache and logs, resolving Docker permission issue (#519) 2026-04-13 05:26:04 +00:00
llm_clients feat: add DeepSeek, Qwen, GLM, and Azure OpenAI provider support 2026-04-13 07:12:07 +00:00
__init__.py fix: set process-level UTF-8 default for cross-platform consistency 2026-03-22 23:42:37 +00:00
default_config.py fix: use ~/.tradingagents/ for cache and logs, resolving Docker permission issue (#519) 2026-04-13 05:26:04 +00:00