docs: add AgentFloor self-hosted web UI to README#816
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the README.md to include a new "Web Interface" section for AgentFloor, a self-hosted web UI for TradingAgents. The review feedback suggests improving the accuracy of the dependency description by referring to "Docker" instead of "Docker Desktop" for Linux compatibility and centering the demo GIF to maintain visual consistency with the rest of the documentation.
|
|
||
| ## Web Interface | ||
|
|
||
| [**AgentFloor**](https://github.com/saketnayak/trading-command-center) — A self-hosted web UI for TradingAgents. One-command Docker install on Windows, macOS, and Linux (only dependency: Docker Desktop). Adds portfolio tracking, automated daily briefings, cron-based watchlist scheduling, outcome tracking at +7/14/30/90 days, and multi-user support — no Python setup required for end users. |
There was a problem hiding this comment.
On Linux, 'Docker Desktop' is a specific application and not the standard way to run Docker (which is typically the Docker Engine). It is more accurate to say 'Docker' to cover all platforms correctly.
| [**AgentFloor**](https://github.com/saketnayak/trading-command-center) — A self-hosted web UI for TradingAgents. One-command Docker install on Windows, macOS, and Linux (only dependency: Docker Desktop). Adds portfolio tracking, automated daily briefings, cron-based watchlist scheduling, outcome tracking at +7/14/30/90 days, and multi-user support — no Python setup required for end users. | |
| [**AgentFloor**](https://github.com/saketnayak/trading-command-center) — A self-hosted web UI for TradingAgents. One-command Docker install on Windows, macOS, and Linux (only dependency: Docker). Adds portfolio tracking, automated daily briefings, cron-based watchlist scheduling, outcome tracking at +7/14/30/90 days, and multi-user support — no Python setup required for end users. |
There was a problem hiding this comment.
Fixed — changed to 'Docker' to correctly cover Docker Engine on Linux.
|
|
||
| [**AgentFloor**](https://github.com/saketnayak/trading-command-center) — A self-hosted web UI for TradingAgents. One-command Docker install on Windows, macOS, and Linux (only dependency: Docker Desktop). Adds portfolio tracking, automated daily briefings, cron-based watchlist scheduling, outcome tracking at +7/14/30/90 days, and multi-user support — no Python setup required for end users. | ||
|
|
||
|  |
There was a problem hiding this comment.
To maintain visual consistency with the rest of the README, please center the demo GIF. Most other images in this file (such as the framework schema and CLI screenshots) are wrapped in <p align="center"> tags.
|  | |
| <p align="center"> | |
| <img src="https://raw.githubusercontent.com/saketnayak/trading-command-center/main/docs/demo.gif" alt="AgentFloor demo" style="width: 100%; height: auto;"> | |
| </p> |
There was a problem hiding this comment.
Fixed — wrapped in <p align="center"> to match the rest of the README.
Hi! I've built AgentFloor, a self-hosted web UI for TradingAgents, and wanted to propose adding it to the README so users who find TradingAgents can discover it.
Repo: https://github.com/saketnayak/trading-command-center
What it adds on top of the Python framework:
Works with OpenAI, Anthropic, Gemini, Groq, DeepSeek, Ollama (fully local), vLLM, and more.
I also opened #815 (a small
.gitignorefix) as a separate contribution.Happy to adjust the wording or placement — just let me know what works best for your README structure.