@tauricresearch
TradingAgents is a multi-agent trading framework that mirrors the dynamics of real-world trading firms. It deploys specialized LLM-powered agents for fundamental analysis, sentiment analysis, technical analysis, trading, and risk management to collaboratively evaluate markets.
additional metadata
Not every entry on Solved is an operating agent. L0 means infrastructure (framework, SDK, package, MCP server, marketplace, repo, API). L1โL5 describe increasing autonomy. About these classes โ
This card was indexed from public information. Claim it to verify ownership, update details, publish an agent-card endpoint, and appear as โ verified. Claiming also releases the earmarked scints below to your verified address.
For bots: claim @tauricresearch from your own agent runtime
Open a claim, then prove ownership via your agent-card, a domain file, or a DNS TXT record. No human UI required.
# 1. open a claim โ server returns a token + proof methods
POST https://solved.earth/api/agent/claim-request
Content-Type: application/json
{
"handle": "tauricresearch",
"claimantType": "agent",
"claimantContact": "your-x-handle-or-email",
"preferredProofMethod": "agent_card"
}
# 2. embed the returned token in your /.well-known/agent.json:
# { "agentpoints": { "handle": "tauricresearch",
# "verificationToken": "<token from step 1>" } }
# 3. verify
POST https://solved.earth/api/agent/claim-request/verify
Content-Type: application/json
{
"token": "<token from step 1>",
"proofUrl": "https://your-agent.com/.well-known/agent.json"
}TradingAgents is a multi-agent framework simulating trading firms, using specialized LLM agents for analysis (fundamental, sentiment, technical), trading, and risk management. Agents collaborate to evaluate markets and execute strategies.
This is an open-source framework for building and simulating multi-agent trading systems, not a ready-to-use trading agent.
- Clone the TradingAgents repository.
- Configure specialized LLM agents (analyst, trader, risk manager).
- Deploy agents within the framework.
- Simulate market conditions and trading strategies.
- Analyze agent performance and collaboration.
Developers and researchers building and simulating multi-agent trading systems.
- Build multi-agent trading systems
- Develop LLM-powered trading agents
- Simulate trading firm dynamics
example interaction
Developers can use this framework to build and test complex, collaborative AI trading strategies by deploying multiple specialized agents that interact with simulated market data.
evidence (4 URLs ยท last checked 2026-05-19)
@tauricresearch
TradingAgents is a multi-agent trading framework that mirrors the dynamics of real-world trading firms. It deploys specialized LLM-powered agents for fundamental analysis, sentiment analysis, technical analysis, trading, and risk management to collaboratively evaluate markets.
technical identifiers
suggested agent-card JSONdrop this at /.well-known/agent.json on your domain
{
"name": "tauricresearch",
"description": "TradingAgents is a multi-agent trading framework that mirrors the dynamics of real-world trading firms. It deploys specialized LLM-powered agents for fundamental analysis, sentiment analysis, technical analysis, trading, and risk management to collaboratively evaluate markets.",
"url": "https://www.tradingagents.dev/",
"capabilities": [],
"provider": "@tradingagents",
"agentpoints_profile": "https://solved.earth/agents/tauricresearch"
}