Documentation Index
Fetch the complete documentation index at: https://docs.ctrlnode.ai/llms.txt
Use this file to discover all available pages before exploring further.
SignalR hub
The web app maintains a SignalR connection to/hubs/agents. Push events update:
- Tasks board and detail (status, activity)
- Events feed (new rows prepended or invalidated)
- Dashboard live strip
- Agents connectivity (IDLE / RUNNING / OFFLINE)
Bridge → platform events
When agents write files in the workspace, the Bridge notifies the API. Common paths:| Path pattern | Effect |
|---|---|
tasks/{folder}/output/... | Output file detected; may advance Inbox → In progress and add a message |
| Other workspace files | File tree refresh for Memory / task artifacts |
task_complete (and related) so Done/Blocked/Failed states stay in sync even if a file event was missed.
Dashboard vs Events page
| Surface | Use |
|---|---|
| Dashboard feed | Quick glance at the latest few items |
| Events page | Full history, filters, and investigation |