Dashboard Tour
Navigate the Steadybase dashboard — workers, pipeline, memory, brain chat, and metrics.
Dashboard Tour
The Steadybase dashboard is a single-page React application that provides real-time visibility into your AI workforce.
Workers Panel
The Workers Panel shows all 8 AI workers with:
- Status indicator —
running(green),waiting(yellow),stopped(red) - Current task — What the worker is actively doing
- Memory entries — How many memories the worker has stored
- Active workflows — Temporal workflow IDs currently assigned
Click any worker to see its detailed profile, memory contents, and workflow history.
Pipeline View
The Pipeline View displays your deal pipeline with:
- Stage filtering — Filter by prospecting, qualification, proposal, negotiation, closed-won, closed-lost
- Type filtering — New business, expansion, renewal
- Rep filtering — Filter by assigned representative
- Pipeline summary — Total value, deal count, breakdown by stage and type
Memory Explorer
Browse the four-scope hierarchical memory system:
Organization
Company-wide facts like ICP definitions, pipeline totals, and strategic priorities. Shared across all workers.
Team
Team-level context like AE territory assignments, active campaigns, and messaging frameworks.
Worker
Individual worker memories — past research, learned patterns, skill calibrations.
Session
Temporary conversation context that exists only during active sessions.
Each memory entry shows:
- Key — The memory identifier
- Value — The stored content
- Pinned — Whether the entry survives auto-compression
- Version — How many times the entry has been updated
Brain Chat
The conversational AI interface where you interact with Claude:
- Full conversation history maintained across sessions
- Context injection from active workflows and memory
- Responses draw on the entire organizational knowledge base
Metrics Dashboard
Four metrics views available:
| Metric | Description |
|---|---|
| Pipeline | Total pipeline value, new business vs. expansion vs. renewal, win rate |
| Token Usage | LLM token consumption by worker (daily/weekly/monthly) with cost breakdowns |
| Consumption | Revenue forecasting — EBAM, EAR, headroom, quarterly projections |
| Workers | Active worker count, workflow completion rate, success rate, memory utilization |
Real-Time Updates
The dashboard connects to the server via WebSocket (/ws) for live updates:
- Worker status changes appear immediately
- New workflow executions stream in real-time
- Task status broadcasts update across all connected clients
:::info WebSocket connections require authentication. Your JWT token is sent during the initial handshake. :::