AIAny
AI Agent2024
Icon for item

TradingAgents: Multi-Agents LLM Financial Trading Framework

Simulates a trading firm using LLM agents in specialized roles — fundamentals, sentiment, news and technical analysts feed bull/bear researcher debates, then a trader and risk team decide. Works across US, global and crypto markets and 10+ LLM providers.

Introduction

Most attempts to put an LLM in charge of trading hand a single model a price chart and a prompt. TradingAgents takes the opposite bet: that good trading decisions come from disagreement, not a lone oracle. It reconstructs the org chart of a real fund — analysts, a bull-vs-bear research desk, a trader, and a risk committee — and lets the LLMs argue their way to a position, with the debate transcript doubling as the audit trail.

What Sets It Apart
  • Decisions emerge from structured conflict: bullish and bearish researchers debate the analysts' findings before anything is traded, so a thesis has to survive a counter-argument rather than a single model's confidence.
  • Roles map to real desk functions — fundamentals, sentiment, news and technical analysts, then trader, risk team and portfolio manager — making each step inspectable instead of one opaque "buy/sell" output.
  • It is LLM-agnostic to an unusual degree: OpenAI, Anthropic, Google, xAI, DeepSeek, Qwen, GLM, Ollama and more, so you can pair a cheap model for the analysts with a stronger one for the final call.
  • Memory and checkpointing let a run resume and draw on past decisions instead of starting cold each session.
Who It's For

Great fit if you want a research scaffold for studying multi-agent decision-making, or a transparent base to prototype LLM trading strategies where you can read why a trade was proposed. Look elsewhere if you expect a turnkey profitable bot: the authors are explicit that this is a research framework, not investment advice, and real-world results depend on your models, data feeds and the markets themselves.

Information

  • Websitegithub.com
  • OrganizationsTauric Research, University of California, Los Angeles, Massachusetts Institute of Technology
  • AuthorsYijia Xiao, Edward Sun, Di Luo, Wei Wang, TauricResearch
  • Published date2024/12/28

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.