Frontmatter
| id | 8215 |
| title | Expose connected agents in Neural Link health check |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Dec 30, 2025, 11:24 AM |
| updatedAt | Dec 30, 2025, 11:30 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8215 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 8169 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Dec 30, 2025, 11:30 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:
Bridge.mjsto broadcastagent_connectedandagent_disconnectedevents to all connected agents (similar to how it handles apps).ConnectionService.mjsto listen for these events and maintain a localagentsregistry.openapi.yamlto include anagentsarray in theHealthCheckResponseschema.HealthService.mjsto expose this data.This provides better observability into the multi-agent environment.