LearnNewsExamplesServices
Frontmatter
id8014
titleUpdate ai/services.mjs to use Neural Link
stateClosed
labels
enhancementairefactoring
assigneestobiu
createdAtDec 3, 2025, 11:10 PM
updatedAtDec 3, 2025, 11:12 PM
githubUrlhttps://github.com/neomjs/neo/issues/8014
authortobiu
commentsCount0
parentIssue7960
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtDec 3, 2025, 11:12 PM

Update ai/services.mjs to use Neural Link

Closed v11.16.0 enhancementairefactoring
tobiu
tobiu commented on Dec 3, 2025, 11:10 PM

The ai/services.mjs file currently imports BridgeService from the deprecated app-worker server. It needs to be updated to import ConnectionService from the new neural-link server to align with the new architecture.

Tasks:

  1. Replace AppWorker_BridgeService with NeuralLink_ConnectionService.
  2. Update exports to reflect the change.
  3. Ensure makeSafe wrapper is applied if OpenAPI spec is available (or handle absence).
tobiu added the enhancement label on Dec 3, 2025, 11:10 PM
tobiu added the ai label on Dec 3, 2025, 11:10 PM
tobiu added the refactoring label on Dec 3, 2025, 11:10 PM
tobiu assigned to @tobiu on Dec 3, 2025, 11:11 PM
tobiu added parent issue #7960 on Dec 3, 2025, 11:12 PM
tobiu referenced in commit 65872b7 - "Update ai/services.mjs to use Neural Link #8014" on Dec 3, 2025, 11:12 PM
tobiu closed this issue on Dec 3, 2025, 11:12 PM