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

Prompt-Master: Claude Skill for Generating Accurate AI Tool Prompts
Prompt-Master is a free Claude skill that writes accurate prompts for various AI tools including Cursor, Claude Code, GPT, Midjourney, Kling, and Eleven Labs. The tool has reached 600+ stars on GitHub and processes 4000+ traffic.

ClawProxy: Self-Hosted AI Routing Proxy for Rotating Free-Tier API Keys
ClawProxy is a self-hosted AI routing proxy that manages multiple free-tier AI API keys to avoid rate limits and provider overloads. It features in-flight key rotation, weighted load balancing, model translation, and a dashboard with deep-parsed logs.

Skill Studio: Open-Source Desktop App for Managing Claude AI Agent Skills
Skill Studio is a free, open-source macOS desktop app that lets developers browse community skill repositories, preview documentation with markdown rendering, and install skills with one-click commands like npx skills add.

Krasis LLM Runtime Shows 8.9x Prefill and 4.7x Decode Speed Improvements Over Llama.cpp
Krasis LLM runtime now runs both prefill and decode entirely on GPU with different optimization strategies, achieving 8.9x faster prefill and 4.7x faster decode than llama.cpp on Qwen3.5-122B with a single 5090 GPU.