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

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.

GitHub
AI Agent2026

Provides a ruleset and skills that make AI coding agents prefer the simplest correct implementation: reuse existing code, prefer stdlib/native features, and only write minimal new code. Cuts generated LOC, tokens, cost and time while preserving validation and safety.