diff --git a/README.md b/README.md index 5462aec..4beaa14 100644 --- a/README.md +++ b/README.md @@ -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).

diff --git a/_images/dashboard-1.png b/_images/dashboard-1.png new file mode 100644 index 0000000..2d34d4e Binary files /dev/null and b/_images/dashboard-1.png differ diff --git a/_images/dashboard-2.png b/_images/dashboard-2.png new file mode 100644 index 0000000..a930de3 Binary files /dev/null and b/_images/dashboard-2.png differ diff --git a/_images/telegram-chat.png b/_images/telegram-chat.png new file mode 100644 index 0000000..a20f7dc Binary files /dev/null and b/_images/telegram-chat.png differ diff --git a/_images/terminal-run.jpg b/_images/terminal-run.jpg new file mode 100644 index 0000000..289c276 Binary files /dev/null and b/_images/terminal-run.jpg differ