Add ability to hide agents from the dashboard without deleting them. Hidden agents still receive heartbeats and exist in the DB — they are purely hidden from the default UI view. - Migration 042: adds `hidden` column to agents table - API: POST/DELETE /api/agents/[id]/hide to toggle visibility - GET /api/agents filters hidden by default, ?show_hidden=true to include - UI: "Show hidden" toggle in panel header, Hide/Unhide button on cards Co-authored-by: Dan <github@bookkept.com.au> |
||
|---|---|---|
| .. | ||
| [id] | ||
| comms | ||
| evals | ||
| message | ||
| optimize | ||
| register | ||
| sync | ||
| route.ts | ||