TradingAgents-CN

基于多智能体LLM的中文金融交易框架 - TradingAgents中文增强版

28 articles 17.3k View on GitHub ↗
28 articles
How to Run Unit Tests for Agent Components in TradingAgents-CN

Learn how to run unit tests for agent components in TradingAgents-CN. Execute agent-specific tests with pytest -k "agents" or run the full suite easily.

tutorial
Feb 19, 2026
How the Reflection and Memory System Tracks Trading Mistakes in TradingAgents-CN

Discover how TradingAgents-CN uses reflection and memory to track trading mistakes. LLM analysis labels decisions, while vector embeddings store past errors for efficient retrieval.

deep-dive
Feb 19, 2026
How to Configure Risk Management Debate Rounds and Conditional Logic in TradingAgents-CN

Learn to configure risk management debate rounds and conditional logic in TradingAgents-CN. Master workflow routing to the Risk Judge node for enhanced control. Read the guide now.

how-to-guide
Feb 19, 2026
How to Add a New LLM Adapter for a Custom Provider in TradingAgents-CN

Learn to add a new LLM adapter for a custom provider in TradingAgents-CN. This guide covers Python module creation, LangChain subclassing, and export for seamless integration.

how-to-guide
Feb 19, 2026
How to Configure and Switch Between Different LLM Providers (Google, DeepSeek, DashScope, OpenAI) in TradingAgents-CN

Seamlessly configure and switch between Google, DeepSeek, DashScope, and OpenAI LLM providers in TradingAgents-CN. Integrate multiple LLMs with ease for web UI, CLI, and Python API.

how-to-guide
Feb 19, 2026
How to Implement Custom Technical Indicators Using the stockstats Module in TradingAgents-CN

Learn to implement custom technical indicators in TradingAgents-CN by extending stockstats. Customize your trading strategies with unique analyses.

how-to-guide
Feb 16, 2026
How to Optimize LangGraph Propagation for Large-Scale Batch Analysis in TradingAgents-CN

Learn to optimize LangGraph propagation for large-scale batch analysis at TradingAgents-CN. Maximize efficiency by reusing compiled graphs, using bulk data endpoints, and streaming updates to reduce memory usage.

performance
Feb 16, 2026
How to Export Analysis Reports in Markdown, Word, and PDF Formats from TradingAgents-CN

Easily export TradingAgents-CN analysis reports in Markdown, Word, and PDF formats. Utilize the ReportExporter class for programmatic APIs and convenient UI buttons for seamless document generation.

how-to-guide
Feb 16, 2026
How to Configure the Logging System for Production Deployments of TradingAgents-CN

Configure TradingAgents CN logging for production. Enable the production block set environment variables and call init logging for effective monitoring.

how-to-guide
Feb 16, 2026
How to Customize Debate Prompts for Bull and Bear Researchers in TradingAgents-CN

Learn to customize debate prompts for bull and bear researchers in TradingAgents-CN. Edit f-string templates or use YAML for flexible prompt management.

how-to-guide
Feb 16, 2026
How the Adaptive Cache Manager Handles Expired and Stale Data in TradingAgents-CN

Discover how the adaptive cache manager in TradingAgents-CN prevents stale data. Learn about TTL validation, backend expiration, and cache cleanup for reliable trading pipelines.

internals
Feb 16, 2026
How to Add a New Stock Market (e.g., Singapore) to TradingAgents-CN

Learn to add a new stock market like Singapore to TradingAgents-CN. Extend the StockMarket enum, update regex, map markets, and implement a data provider. Expand your trading data sources.

how-to-guide
Feb 16, 2026

Have a question about this repo?

These articles cover the highlights, but your codebase questions are specific. Give your agent direct access to the source. Share this with your agent to get started:

Share the following with your agent to get started:
curl -s "https://instagit.com/install.md"

Works with
Claude Codex Cursor VS Code OpenClaw Any MCP Client

Maintain an open-source project? Get it listed too →