Skip to content

v0.6.6

Choose a tag to compare

@imsid imsid released this 20 Jun 00:32
f76a57f

Admin dashboard

A self-hosted admin dashboard, served at /admin, replacing the telemetry UI.

  • Overview — pool stats and a usage chart (requests/tokens).
  • Agents — the role-less pool with metadata and host usage.
  • Hosts — compositions with inline define/edit and test-request.
  • Logs — agent-scoped Requests / Sessions / API access, with a trace drawer that reconstructs the role-segmented conversation, span tree, and raw events.
  • Feedback — captured /feedback notes.
  • Reference — API docs from /openapi.json and CLI docs for mash + REPL commands.

Backend

  • GET /telemetry/traces now carries and filters by host_id.
  • New GET /telemetry/usage for server-side time-bucketed usage aggregation.

The old telemetry UI and its /telemetry mount are removed; the /api/v1/telemetry/* observability endpoints are unchanged.