Documentation
¶
Overview ¶
Package admin exposes a small HTTP server for operational visibility into agentsmith's runtime state. It is intentionally separate from the MCP server so the two concerns live on different ports and can be firewalled independently.
Endpoints:
GET / — live dashboard (HTML)
GET /healthz — liveness check (JSON)
GET /backends — per-backend status array (JSON)
GET /ui/backends — BackendsPanel htmx partial
GET /ui/backends/{name} — backend detail page (HTML)
GET /ui/backends/{name}/partial — BackendDetailContent htmx partial
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.