TradingAgents-CN
基于多智能体LLM的中文金融交易框架 - TradingAgents中文增强版
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.
How the Reflection and Memory System Tracks Trading Mistakes in TradingAgents-CNDiscover how TradingAgents-CN uses reflection and memory to track trading mistakes. LLM analysis labels decisions, while vector embeddings store past errors for efficient retrieval.
How to Configure Risk Management Debate Rounds and Conditional Logic in TradingAgents-CNLearn 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 Add a New LLM Adapter for a Custom Provider in TradingAgents-CNLearn 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 Configure and Switch Between Different LLM Providers (Google, DeepSeek, DashScope, OpenAI) in TradingAgents-CNSeamlessly 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 Implement Custom Technical Indicators Using the stockstats Module in TradingAgents-CNLearn to implement custom technical indicators in TradingAgents-CN by extending stockstats. Customize your trading strategies with unique analyses.
How to Optimize LangGraph Propagation for Large-Scale Batch Analysis in TradingAgents-CNLearn 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.
How to Export Analysis Reports in Markdown, Word, and PDF Formats from TradingAgents-CNEasily 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 Configure the Logging System for Production Deployments of TradingAgents-CNConfigure TradingAgents CN logging for production. Enable the production block set environment variables and call init logging for effective monitoring.
How to Customize Debate Prompts for Bull and Bear Researchers in TradingAgents-CNLearn to customize debate prompts for bull and bear researchers in TradingAgents-CN. Edit f-string templates or use YAML for flexible prompt management.
How the Adaptive Cache Manager Handles Expired and Stale Data in TradingAgents-CNDiscover how the adaptive cache manager in TradingAgents-CN prevents stale data. Learn about TTL validation, backend expiration, and cache cleanup for reliable trading pipelines.
How to Add a New Stock Market (e.g., Singapore) to TradingAgents-CNLearn 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.
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:
curl -s "https://instagit.com/install.md" Maintain an open-source project? Get it listed too →