TradingAgents/tests
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
..
test_google_api_key.py refactor: simplify api_key mapping and consolidate tests 2026-03-24 14:52:51 +01:00
test_model_validation.py sync model validation with cli catalog 2026-03-25 21:23:02 +08:00
test_output_parser.py feat: Pydantic schema validation for agent outputs (#434) 2026-04-20 22:43:31 +10:00
test_ticker_symbol_handling.py fix: preserve exchange-qualified tickers across agent prompts 2026-03-21 21:10:13 +08:00