Agentic AI Atlasby a5c.ai
OverviewWikiGraphFor AgentsEdgesSearchWorkspace
/
GitHubDocsDiscord
i.4Wiki
Agentic AI Atlas · observer-dashboard — real-time run observability
docs/user-guide/ecosystem/observer-dashboarda5c.ai
Search the atlas/
Wiki · linked records

Article and nearby pages

I.Current articlepp. 1 - 1
adapters — a family, not one thingatlas — the catalog & knowledge graphbabysitter-sdk — the core enginegenty — the unified agent runtimekip-sdk — memory substrate (SPEC / DESIGN ONLY)kradle — Kubernetes-native Git forge (MVP)
I.
Wiki article

docs/user-guide/ecosystem/observer-dashboard

Reading · 2 min

observer-dashboard — real-time run observability reference

Docs(../index.md) › Ecosystem(./overview.md) › observer-dashboard

Page nodewiki/docs/user-guide/ecosystem/observer-dashboard.mdNearby pages · 7Documents · 0

Continue reading

Nearby pages in the same section.

adapters — a family, not one thingatlas — the catalog & knowledge graphbabysitter-sdk — the core enginegenty — the unified agent runtimekip-sdk — memory substrate (SPEC / DESIGN ONLY)kradle — Kubernetes-native Git forge (MVP)Babysitter Ecosystem Overview

Docs › Ecosystem › observer-dashboard

observer-dashboard — real-time run observability

**Package:** @a5c-ai/babysitter-observer-dashboard · **Version:** 6.0.0 · **Maturity:** GA

**The observer dashboard is a real-time observability UI for Babysitter orchestration runs. It streams run events over SSE and renders task progress, journal events, and orchestration state live in your browser.**

Because every run is event-sourced, the dashboard does not need to poll or guess — it simply consumes the same immutable journal the engine writes, as it is written.

---

On this page

  • What it is
  • How to launch it
  • How it works
  • Who uses it
  • Next steps

---

What it is

Per its package description, it is the "real-time observability dashboard for babysitter orchestration runs." It is built on **Next.js** (the v6 announcement cites Next.js 16 / React 19), streams run events via **Server-Sent Events (SSE)**, virtualizes large run histories with @tanstack/react-virtual, and uses the Compendium design system. It renders task progress, journal events, and orchestration state in the browser.

---

How to launch it

The dashboard ships a bin and is also launchable from inside a harness:

bash
# In-session (Claude Code and other harnesses):
/babysitter:observe

# Via the genty runtime CLI:
genty observe

The underlying bin is babysitter-observer-dashboard (dist/cli.js). Source lives under packages/observer-dashboard/src/ (app/, components/, lib/, cli.ts).

---

How it works

Code
Engine appends events  →  immutable journal (~/.a5c/runs/<runId>/)  →  SSE stream  →  Dashboard

The engine writes journal events as the run progresses; the dashboard subscribes to the stream and renders them. Large histories are virtualized so the UI stays responsive on long-running or high-volume runs.

---

Who uses it

Anyone monitoring a live or historical Babysitter run — to watch convergence, see which task is executing, inspect the journal, or debug why a run stopped at a gate.

---

Next steps

  • **See where it sits:** Architecture & How It Fits Together
  • **What it streams:** Journal System
  • **Launch it from a harness:** Slash Commands (/babysitter:observe)
  • **Ecosystem map:** Ecosystem Overview

Trail

Wiki
Babysitter Docs
Babysitter User Guide

Ecosystem

observer-dashboard — real-time run observability

Continue reading

adapters — a family, not one thing
atlas — the catalog & knowledge graph
babysitter-sdk — the core engine
genty — the unified agent runtime
kip-sdk — memory substrate (SPEC / DESIGN ONLY)
kradle — Kubernetes-native Git forge (MVP)
Babysitter Ecosystem Overview

Page record

Open node ledger

wiki/docs/user-guide/ecosystem/observer-dashboard.md

Documents

No documented graph nodes on this page.