LearnNewsExamplesServices
Frontmatter
id8215
titleExpose connected agents in Neural Link health check
stateClosed
labels
enhancementai
assigneestobiu
createdAtDec 30, 2025, 11:24 AM
updatedAtDec 30, 2025, 11:30 AM
githubUrlhttps://github.com/neomjs/neo/issues/8215
authortobiu
commentsCount0
parentIssue8169
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtDec 30, 2025, 11:30 AM

Expose connected agents in Neural Link health check

Closed v11.18.0 enhancementai
tobiu
tobiu commented on Dec 30, 2025, 11:24 AM

The Neural Link Bridge knows which agents are connected. This information should be exposed in the health check response to allow agents to see if they are "alone" or if other agents are present.

Tasks:

  1. Bridge Update: Modify Bridge.mjs to broadcast agent_connected and agent_disconnected events to all connected agents (similar to how it handles apps).
  2. Client Update: Update ConnectionService.mjs to listen for these events and maintain a local agents registry.
  3. Schema Update: Update openapi.yaml to include an agents array in the HealthCheckResponse schema.
  4. Service Update: Update HealthService.mjs to expose this data.

This provides better observability into the multi-agent environment.

tobiu added the enhancement label on Dec 30, 2025, 11:24 AM
tobiu added the ai label on Dec 30, 2025, 11:24 AM
tobiu added parent issue #8169 on Dec 30, 2025, 11:24 AM
tobiu assigned to @tobiu on Dec 30, 2025, 11:24 AM
tobiu referenced in commit e071005 - "Expose connected agents in Neural Link health check #8215" on Dec 30, 2025, 11:30 AM
tobiu closed this issue on Dec 30, 2025, 11:30 AM