Frontmatter
| id | 8014 |
| title | Update ai/services.mjs to use Neural Link |
| state | Closed |
| labels | enhancementairefactoring |
| assignees | tobiu |
| createdAt | Dec 3, 2025, 11:10 PM |
| updatedAt | Dec 3, 2025, 11:12 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8014 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 7960 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Dec 3, 2025, 11:12 PM |
The
ai/services.mjsfile currently importsBridgeServicefrom the deprecatedapp-workerserver. It needs to be updated to importConnectionServicefrom the newneural-linkserver to align with the new architecture.Tasks:
AppWorker_BridgeServicewithNeuralLink_ConnectionService.makeSafewrapper is applied if OpenAPI spec is available (or handle absence).