AIAny
AI Agent2025
Icon for item

TradingAgents-CN(TradingAgents 中文增强版)

Chinese-enhanced fork of TradingAgents that runs multi-agent LLM stock analysis for A-share, HK and US markets, adding domestic models (Qwen, DeepSeek) and local data sources (Tushare, AkShare, BaoStock), with report export to Word and PDF.

Introduction

Most multi-agent trading frameworks are built around US tickers and English-only news feeds, and they quietly break the moment you point them at a Shanghai-listed stock. This fork keeps the original TradingAgents agent-debate structure (created by Tauric Research) but re-plumbs everything underneath it for Chinese markets and Chinese LLMs — the part that is actually hard to retrofit.

What Sets It Apart
  • Data layer rebuilt for A-share, HK and US coverage through Tushare, AkShare and BaoStock with fallback, so a run doesn't die when one source rate-limits or goes down.
  • Model layer swaps the OpenAI-only default for domestic providers — Qwen/Tongyi, DeepSeek, Alibaba Bailian and the AiHubMix aggregator — with persistent model selection, which matters when US-hosted APIs are unreachable or too expensive.
  • Output layer turns a multi-agent research run into a deliverable: reports export to Markdown, Word and PDF rather than living in a terminal log.
  • Infrastructure is built for self-hosting: Docker multi-arch images (amd64/arm64), MongoDB plus Redis, and a move away from the upstream Streamlit toward a FastAPI + Vue web stack.
Who It's For and Tradeoffs

Great fit if you analyze A-share or HK equities, need Chinese-language reports, or are blocked from US-hosted model APIs. Look elsewhere if you only trade US stocks with reliable OpenAI access — the upstream TradingAgents stays leaner and closer to the underlying research. And take it on its own terms: the maintainer frames it as an educational and research platform, not trading advice or a backtested strategy.

Information

  • Websitegithub.com
  • OrganizationsTradingAgents-CN Community
  • Authorshsliuping (maintainer), TauricResearch (upstream/original project)
  • Published date2025/06/26

Categories

More Items

GitHub
AI Agent2025

Autonomous Red Team agent that plans and executes realistic attack chains (reconnaissance, exploitation, pivoting, C2) while producing Rules of Engagement and an OPPLAN and running actions inside a hardened sandbox; intended for authorized red-team engagements and defensive verification.

GitHub
AI Agent2026

Provides modular, AI-optimized SKILL.md instructions that ground LLMs in Android development workflows and can be installed into agent environments via the Android CLI; focuses on tasks where LLMs underperform.

GitHub
AI Agent2026

Build native desktop apps authored with declarative .native markup and TypeScript (or Zig) compiled to native code, with no browser or JS runtime in the binary. Ships a component catalog, deterministic rendering, hot reload, and an embedded automation server for AI agent workflows.