docs: add screenshots and update dashboard documentation in README

This commit is contained in:
larchanka
2026-02-21 13:37:28 +01:00
committed by Mikhail Larchanka
parent a44b368a75
commit f400fdff30
5 changed files with 8 additions and 0 deletions

View File

@@ -115,8 +115,12 @@ Ensure `config.json` has a valid **telegram.botToken** and Ollama is running.
- **Telegram adapter only**: `npm run start:telegram` or `npm run dev:telegram`
- **Generator (model-router)**: `npm run start:generator`
![Telegram Screenshot](_images/telegram-chat.png | width=300)
Other services (task-memory, logger, planner, executor, critic-agent, rag-service, tool-host, cron-manager) are normally started by the Orchestrator; run them manually only if you are wiring your own pipeline.
![Terminal Screenshot](_images/terminal-run.jpg)
## Tests
```bash
@@ -234,6 +238,10 @@ ManBot includes a real-time internal monitoring dashboard with a clean, Notion-i
The dashboard is automatically started by the Orchestrator and is available at:
**`http://localhost:3001`**
![Dashboard Screenshot](_images/dashboard-1.png)
![Dashboard Screenshot](_images/dashboard-2.png)
You can configure the port using the `DASHBOARD_PORT` environment variable or by editing `config.json` (planned).
<p align="center">

BIN
_images/dashboard-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 KiB

BIN
_images/dashboard-2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 KiB

BIN
_images/telegram-chat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 560 KiB

BIN
_images/terminal-run.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB