Expand description
Bundled management console served at /console.
A tiny, dependency-free management console bundled into the server binary and
served at GET /console. It has two tabs: Health (polls the public /metrics)
and Memories (browses and deletes memories via the admin-key-gated
/v1/admin/memories endpoints). Self-hosters get a real DB admin UI with no
extra deploy and no build step.
Functionsยง
- handler
GET /console: the bundled management console.