@ai-devkit/memory-dashboard
v0.1.1
Published
Local web dashboard for browsing and assessing AI DevKit memory
Maintainers
Readme
@ai-devkit/memory-dashboard
A local web dashboard for browsing AI DevKit memory.
Usage
After installing the plugin, start the dashboard with:
ai-devkit memory-dashboardThe command prints a local URL. Open it in your browser to search, filter, group, and inspect memory records.
Development
npm run dev:standaloneUse a custom database path when testing with fixture data:
npm run dev:standalone -- --db-path /tmp/memory.db --port 3000Build
npm run build
npm test