Docs

Dashboard

The Dashboard is the first screen when you open a project. It gives you a live, at-a-glance view of everything happening — running agents, recent errors, session controls, and a real-time activity stream. All data is scoped to the active project; switching projects updates everything instantly.

KPI cards

Four metric cards run across the top of the Dashboard:

Active Agents
Agents currently running or starting up in this project.
Done Today
Successful agent completions in the last 24 hours.
Errors
Agent errors in the last 24 hours. Card turns red if count is greater than zero.
Events Streamed
Total activity events across all agents since the project was opened.

Live Agents panel

The left two-thirds of the Dashboard shows a card for each currently running agent. Each card displays:

NameThe agent's name from your team roster.
RoleThe agent's role (builder, reviewer, scout, etc.).
ProgressCurrent status — what the agent is doing right now.

Clicking an agent card opens its live output stream. If no agents are running, the empty state links directly to the Manager (chat) so you can kick off a new task.

Side panel

The right third of the Dashboard contains two sections:

Issues summary

Four counts give you a quick read on the issue tracker: Open, In Progress, Blocked, and Done. Clicking any count navigates to the Issues panel filtered by that status.

Session buttons

If memory is configured (Obsidian vault or NotebookLM), two session controls appear:

Init context
Reads from your vault or NotebookLM and generates a briefing file. The orchestrator uses this briefing to get up to speed on the project's history and current state before starting work.
Wrap up session
Summarises all activity from the current session — completed agents, issues closed, files modified, git commits, next steps — and saves the summary to your vault or NotebookLM.
Tip:You can also trigger these from chat using /init and /wrapup. See the Chat & Sessions page for details.

Activity Stream

The full-width panel at the bottom of the Dashboard shows the last 8 events across all agents. Events are color-coded by type:

spawn
Agent started
tool use
Tool call fired
done
Task completed
error
Agent error
system
System event

Each entry shows the agent name, a short message, and a relative timestamp (e.g. "2 minutes ago"). The stream updates in real time as events arrive.