LocalAI/core/http/react-ui/src
LocalAI [bot] 05b7cce633
feat: add Events column to Agents list page (#8870)
- Add 'Events' column header between 'Status' and 'Actions'
- Fetch observable counts for each agent using /api/agents/<name>/observables
- Display events count as clickable link navigating to agent status page
- Events count updates every 5 seconds with agent refresh interval
- Shows '0' if API call fails for an agent

Co-authored-by: localai-bot <localai-bot@noreply.github.com>
2026-03-08 21:15:29 +01:00
..
components feat: add agentic management (#8820) 2026-03-07 00:03:08 +01:00
contexts feat(ui): move to React for frontend (#8772) 2026-03-05 21:47:12 +01:00
hooks feat(ui): move to React for frontend (#8772) 2026-03-05 21:47:12 +01:00
pages feat: add Events column to Agents list page (#8870) 2026-03-08 21:15:29 +01:00
utils feat: add agentic management (#8820) 2026-03-07 00:03:08 +01:00
App.css feat: add agentic management (#8820) 2026-03-07 00:03:08 +01:00
App.jsx feat(ui): move to React for frontend (#8772) 2026-03-05 21:47:12 +01:00
index.css feat(ui): move to React for frontend (#8772) 2026-03-05 21:47:12 +01:00
main.jsx feat(ui): move to React for frontend (#8772) 2026-03-05 21:47:12 +01:00
router.jsx feat: add agentic management (#8820) 2026-03-07 00:03:08 +01:00
theme.css feat(ui): move to React for frontend (#8772) 2026-03-05 21:47:12 +01:00