Skip to main content

Dashboard

A web dashboard (Next.js 15 + React 19) for exploring memory, visualizing decisions, and managing your AMFS deployment.

Pages

PageDescription
OverviewAccount-wide stats, recent activity, health indicators, live SSE status
EntitiesBrowse entities, view entries with confidence badges, version history, provenance details
TracesEnriched trace cards with causal entries (full values), external contexts, query/error events, session timing, outcome badges, and search/filter
Trace DetailFull trace view with interactive causal graph (D3), timeline, entry snapshots, and state diff
AgentsPer-agent overview with memory graph, activity, and Git Repository section (see below)
IncidentsIncident timeline with causal chain drill-down
PatternsDetected pattern dashboard (recurring failures, hot entities, stale clusters, confidence drift) with severity indicators and resolution tracking
TeamsTeam CRUD with member management (admin, developer, viewer roles)
SnapshotsMemory snapshot capture, comparison, and JSON export
API KeysKey management console with scopes, rate limits, expiry, and usage
Audit LogSearchable, filterable log of all state-changing operations
Usage & QuotasQuota progress bars, request metrics, top agents/entities breakdown
Pro ToolsRetrieval playground, critic panel, distiller view, calibration dashboard, training data export

Agent Git Repository

Each agent’s detail page includes a “Git Repository” section with:
TabDescription
Sacred TimelineInteractive 3D visualization of the agent’s memory history (React Three Fiber). Shows event nodes, branch forks, date markers, and contextual detail panels when clicking events.
Event LogChronological 2D list of all events (writes, outcomes, reads, briefs, webhooks) with icons, details, and date grouping.
BranchesBranch management — create, close, merge, view diffs, and manage access grants per branch.
Pull RequestsPR workflow — create, review, merge, and close pull requests for branch changes.
Tags & RollbackCreate named snapshots, roll back to tags or specific timestamps.