AIAny
AI Agent2026
Icon for item

TradingAgents-Astock

An A‑share–specialized fork of TradingAgents that runs a seven‑analyst multi‑agent investment research pipeline for China stocks, integrating free A‑share data connectors and LLM providers. Key features: mootdx/東財 data integrations, A‑share trading rules (T+1, limits), Streamlit UI, and Apache‑2.0 license.

Introduction

Most multi‑agent trading demos target US markets and assume Western data feeds and trading rules. This fork focuses on the often‑overlooked problem of adapting an LLM‑based multi‑agent research pipeline to the realities of the Chinese A‑share market—data heterogeneity, policy sensitivity, short‑term hot money behavior, and T+1 / daily limit constraints.

What Sets It Apart
  • A‑share data engineering: native connectors to mootdx (TCP), Tencent, Eastmoney, Sina and Tonghuashun to fetch K‑lines,龙虎榜, 解禁, F10 and on‑chain style indicators without paid APIs. This means the pipeline can run offline in China‑facing environments where Yahoo/AlphaVantage are unusable.
  • Seven analyst roles tuned to A‑share dynamics: market, social, news, fundamentals plus three A‑specialists (policy analyst, hot‑money/龙虎榜 tracker, lockup/解禁 watcher). Each analyst produces tool‑augmented reports that feed bull/bear debates and a portfolio manager.
  • Operational realism: enforces A‑share trading constraints (T+1 settlement, daily涨跌停, minimum lot size, ST rules) and provides both a Streamlit web UI and CLI for one‑click analyses or batch runs.
  • LLM‑agnostic orchestration: dual‑LLM design (quick_think for analyst tooling; deep_think for global managers), configurable to multiple providers (MiniMax, DeepSeek, Qwen, OpenAI, Anthropic, Google, etc.), but requires API keys and incurs many model calls per run.
Who It's For and Tradeoffs

Great fit if you want to prototype LLM‑based multi‑agent investment research specifically for Chinese A‑shares, need free direct data connectors, and want an out‑of‑the‑box Streamlit UI plus a CLI for batch reports. Look elsewhere if you need a production trading system (this is for research/demonstration and explicitly disclaims investment advice), want a zero‑cost LLM usage (the pipeline needs many paid API calls for reliable tool usage), or require institutional‑grade order execution and compliance plumbing out of the box.

This repository is a deep fork of TauricResearch/TradingAgents, released under Apache‑2.0, and emphasizes practical engineering choices for running multi‑agent LLM workflows on China market data rather than proposing new model architectures.

Information

  • Websitegithub.com
  • AuthorsSimon Lin
  • Published date2026/05/13

Categories

More Items

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.

GitHub
AI Infra2026

Provides an end-to-end platform to evaluate, observe, protect, and optimize LLM and AI agent deployments. Integrates OpenTelemetry tracing, 50+ evaluation metrics, agent simulations, an OpenAI‑compatible gateway, and guardrails; self‑hostable under Apache 2.0.