Commit Graph

5 Commits

Author SHA1 Message Date
Clayton Brown 18ac47f5d6 feat: generic AI trading agent interface (#264)
Standardized input/output contract for all agents, enabling pluggable
composition and benchmarking.

- AgentInput/AgentOutput Pydantic schemas (5-tier rating, confidence, targets)
- BaseAgent abstract class with analyze(input) -> output contract
- AgentRegistry for pluggable agent discovery
- Existing analysts refactored to implement BaseAgent
- Agent benchmarking: compare outputs across different LLM backends

Closes #264
2026-04-21 08:25:27 +10:00
Yijia-Xiao b8b2825783 refactor: standardize portfolio manager, five-tier rating scale, fix analyst status tracking 2026-03-22 23:30:29 +00:00
Yijia Xiao 50961b2477
refactor: rename risky/safe agents to aggressive/conservative 2026-02-03 22:27:20 +00:00
luohy15 a6734d71bc WIP 2025-09-26 16:17:50 +08:00
Yijia-Xiao cc97cb6d5d chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00