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

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
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
👀 See Also

Altimate Code: Open-Source Agentic Data Engineering Harness
Altimate Code is an open-source harness that provides deterministic data engineering tools for AI agents, addressing issues like hallucinated SQL and missing schema context. It includes column-level lineage, SQL anti-pattern detection, and dbt integration, with benchmarks showing 74.4% performance on ADE-bench.

TradesMCP: Open Source MCP Server for Contractor License Verification and Construction Data
TradesMCP is an open source Model Context Protocol server that provides Claude with access to real contractor license data, building permits, material pricing, and labor rates. The tool correctly verified an active California contractor license where ChatGPT returned incorrect information.

Clawdwatch: Open-source OSINT tool for real-time flight tracking, news scraping, and alerts
Clawdwatch is a CLI tool that pulls live flight data from OpenSky Network, scrapes news from Al Jazeera and AP, and can send Telegram alerts for military aircraft or emergency squawks. It runs locally with npm install and tracks 204+ flights over the Middle East in real-time.

Snip: Open-source tool reduces Claude Code token usage with YAML filters
Snip is a Go-based tool that sits between Claude Code and the shell, filtering verbose command output through declarative YAML pipelines to reduce token usage by 60-90%. It includes 16 composable pipeline actions and works with multiple AI coding agents.