LearnNewsExamplesServices
Frontmatter
id8211
titleUpdate ConnectionService to use Neural Link Bridge
stateClosed
labels
enhancementaiarchitecture
assigneestobiu
createdAtDec 30, 2025, 10:18 AM
updatedAtDec 30, 2025, 11:15 AM
githubUrlhttps://github.com/neomjs/neo/issues/8211
authortobiu
commentsCount1
parentIssue8169
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[x] 8210 Create standalone Neural Link Bridge process
blocking[]
closedAtDec 30, 2025, 11:15 AM

Update ConnectionService to use Neural Link Bridge

Closed v11.18.0 enhancementaiarchitecture
tobiu
tobiu commented on Dec 30, 2025, 10:18 AM

Refactor ConnectionService.mjs to work as a client to the new Bridge process.

  1. On initAsync, check if the Bridge is running.
  2. If not, spawn it (using logic similar to DatabaseLifecycleService).
  3. Connect to the Bridge's control interface.
  4. Forward call and broadcast methods to the Bridge.
tobiu added the enhancement label on Dec 30, 2025, 10:18 AM
tobiu added the ai label on Dec 30, 2025, 10:18 AM
tobiu added the architecture label on Dec 30, 2025, 10:18 AM
tobiu added parent issue #8169 on Dec 30, 2025, 10:18 AM
tobiu marked this issue as being blocked by #8210 on Dec 30, 2025, 10:18 AM
tobiu referenced in commit eb20bba - "feat(ai): Implement Neural Link Bridge Architecture (#8210 #8211) on Dec 30, 2025, 10:41 AM
tobiu cross-referenced by #8210 on Dec 30, 2025, 10:41 AM
tobiu
tobiu Dec 30, 2025, 10:41 AM

Input from Gemini:

✦ Completed via the Bridge Architecture implementation in #8210. ConnectionService is now a client to the Bridge process.

tobiu assigned to @tobiu on Dec 30, 2025, 11:15 AM
tobiu closed this issue on Dec 30, 2025, 11:15 AM