TradingAgents-GUI: Local Web Interface for Multi-Agent Stock Analysis, Now with Ollama Support

✍️ OpenClawRadar📅 Published: July 7, 2026🔗 Source
TradingAgents-GUI: Local Web Interface for Multi-Agent Stock Analysis, Now with Ollama Support
Ad

TradingAgents is a multi-agent LLM framework that pits a dozen specialized agents (market analyst, news analyst, bull/bear researchers, risk team) against each other to debate a stock and produce a trade recommendation. The output is insightful, but the original CLI-only delivery means you pick options in a terminal, watch logs scroll, then hunt for markdown files on disk.

TradingAgents-GUI is a fork that bolts on a web interface. It runs entirely locally and supports any LLM provider you have an API key for: OpenAI, Anthropic, Google, OpenRouter, DeepSeek, Ollama, xAI, Qwen, GLM, MiniMax. All code is Apache 2.0 licensed.

Key Features

  • Live pipeline visualization: See which agent is currently working in real time
  • 3-pane report reader: Includes table of contents and search — no more hunting markdown files
  • Report length knob: Choose Concise, Standard, or Comprehensive. Concise mode saves roughly 50% tokens.
  • Multi-session chat: Pin past reports as grounding context and ask follow-up questions
  • Three themes: Because the author couldn't decide on one
Ad

Sample Reports

The repository includes sample output reports for AAPL and NVDA to preview the analysis quality without running the framework.

Who It's For

Developers who want to run multi-agent stock analysis locally using Ollama or any major LLM provider, with a proper UI instead of a raw CLI.

📖 Read the full source: r/LocalLLaMA

Ad

👀 See Also