@open-engram/dashboard
v1.0.1
Published
Observability dashboard for Open-Engram memory architecture
Readme
@open-engram/dashboard
Observability dashboard for the Open-Engram memory architecture.
Install
npm install @open-engram/dashboardUsage
import { createDashboard } from '@open-engram/dashboard';
import { EngramClient } from '@open-engram/core';
const client = await EngramClient.create();
const dashboard = createDashboard(client);
// Start dashboard server
dashboard.listen(3001);Features
- Real-time view of all four memory stores
- Working memory token budget gauge
- Consolidation pipeline activity log
- Store entry counts and growth over time
- Retrieval trace inspector
License
Apache-2.0
