Skip to content

feat: add Events column to Agents list page#8870

Merged
mudler merged 1 commit into
mudler:masterfrom
localai-bot:feat-add-events-column-agents
Mar 8, 2026
Merged

feat: add Events column to Agents list page#8870
mudler merged 1 commit into
mudler:masterfrom
localai-bot:feat-add-events-column-agents

Conversation

@localai-bot

Copy link
Copy Markdown
Collaborator

Summary

Added a new 'Events' column to the Agents list page that displays the count of observables for each agent.

Changes

  • Added 'Events' column header between 'Status' and 'Actions'
  • Fetch observable counts using /api/agents//observables endpoint
  • Events count is clickable and navigates to agent status page
  • Updates every 5 seconds with agent refresh interval
  • Shows '0' if API call fails

Acceptance Criteria

  • The Agents table displays a new 'Events' column
  • Each row shows the count of observables for that agent
  • Clicking the events count navigates to the agent's status/observables page
  • The events count updates automatically with the same refresh interval as agents

- 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
@netlify

netlify Bot commented Mar 8, 2026

Copy link
Copy Markdown

Deploy Preview for localai ready!

Name Link
🔨 Latest commit 8484349
🔍 Latest deploy log https://app.netlify.com/projects/localai/deploys/69adbec3043fd400088cf536
😎 Deploy Preview https://deploy-preview-8870--localai.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@mudler mudler merged commit 05b7cce into mudler:master Mar 8, 2026
31 of 33 checks passed
@mudler mudler added the enhancement New feature or request label Mar 14, 2026
localai-bot added a commit to localai-bot/LocalAI that referenced this pull request Mar 25, 2026
- 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants