Skip to content

v0.4.0 — First public release

Choose a tag to compare

@wjhccc wjhccc released this 22 May 14:34
· 28 commits to main since this release

🎉 TradingAgents-Studio v0.4.0 — First public release

可视化多智能体 LLM 交易研究平台 — 看见 Agent 怎么想、怎么辩、怎么决策。

A visual multi-agent LLM trading research workbench — A-share native, with full US / HK / global coverage.

✨ Highlights

  • Web Studio (Vue 3 + FastAPI) — 不再只是 Markdown 报告。因果链卡片、多空气泡对话、实时流式刷新。
  • A 股一等公民 — 4 个原生分析师 (cn_social / event / capital_flow / macro),AKShare + Tushare 自动路由。
  • 完整研究工作流 — 持仓追踪、定时分析、模拟交易、决策回放回测、K 线面板。
  • 多 LLM Provider — DeepSeek / 通义 / 智谱 / Claude / GPT / Gemini / Ollama / Azure …
  • 自然语言入口 — "研究茅台短期" → 自动填充代码、日期、周期。

🚀 Quick start

git clone https://github.com/wjhccc/TradingAgents-Studio.git
cd TradingAgents-Studio
pip install -e ".[web,cn]"
cp .env.example .env   # 填一个 LLM provider 的 Key
tradingagents-web      # Web 后端
cd web/frontend && npm install && npm run dev   # Web 前端

详细文档:README.md / 中文

📜 License & Credits

Apache 2.0. 派生自上游 TauricResearch/TradingAgents

⚠️ Research / educational tool only. Not investment advice.