I built a local GUI for the TradingAgents framework — works with Ollama

Reddit r/LocalLLaMA Tools

Summary

A developer built a local web GUI for the TradingAgents multi-agent LLM stock analysis framework, supporting various LLM providers and adding features like live pipeline visualization, a report reader, and multi-session chat.

https://preview.redd.it/i90oxxk7n03h1.png?width=1898&format=png&auto=webp&s=7d219c804fda7dfe122b84fcdb6d0d6883818c68 A while back I came across [TradingAgents](https://github.com/TauricResearch/TradingAgents) — a really cool multi-agent LLM stock analysis framework where like a dozen "agents" (market analyst, news analyst, bull researcher, bear researcher, risk team, etc.) debate a stock and produce a final trade recommendation. The output is genuinely interesting to read. Problem: it ships as a CLI. You pick options in a terminal, watch logs scroll, then go hunt for markdown files on disk. The reports are good, the experience of getting to them isn't. So I forked it and bolted on a web GUI. Runs locally, talks to whatever LLM provider you have a key for (OpenAI, Anthropic, Google, OpenRouter, DeepSeek, Ollama, xAI, Qwen, GLM, MiniMax). All Apache 2.0. Some things I ended up adding because I wanted them: * Live pipeline visualization showing which agent is working * Reports tab with a 3-pane reader, table-of-contents, search * A "report length" knob (Concise / Standard / Comprehensive) — concise mode saves \~50% tokens * Multi-session chat where you can pin past reports as grounding context and ask follow-up questions * Three themes because I couldn't decide Sample reports: * [AAPL](https://htmlpreview.github.io/?https://github.com/TheLocalLab/TradingAgents-GUI/blob/main/assets/examples/AAPL_report.html) * [NVDA](https://htmlpreview.github.io/?https://github.com/TheLocalLab/TradingAgents-GUI/blob/main/assets/examples/NVDA_report.html) Repo: [https://github.com/TheLocalLab/TradingAgents-GUI](https://github.com/TheLocalLab/TradingAgents-GUI)
Original Article

Similar Articles

TauricResearch/TradingAgents

GitHub Trending (daily)

TradingAgents is an open-source multi-agent LLM framework for financial trading, with support for various LLM providers and recent updates including new models and features.

TradingAgents: Multi-Agents LLM Financial Trading Framework

Papers with Code Trending

This paper introduces TradingAgents, a multi-agent LLM framework that simulates real-world trading firms to improve stock trading performance. It utilizes specialized agents for analysis and risk management, demonstrating superior results in cumulative returns and Sharpe ratio compared to baselines.