LearnNewsExamplesServices
Frontmatter
id7923
titleRefactor: Extract Memory Core to @neomjs/ai-memory-server
stateClosed
labels
staleairefactoring
assignees[]
createdAtNov 29, 2025, 4:19 PM
updatedAtMar 14, 2026, 4:37 AM
githubUrlhttps://github.com/neomjs/neo/issues/7923
authortobiu
commentsCount2
parentIssue7919
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtMar 14, 2026, 4:37 AM

Refactor: Extract Memory Core to @neomjs/ai-memory-server

Closed v12.1.0 staleairefactoring
tobiu
tobiu commented on Nov 29, 2025, 4:19 PM

Refactor: Extract Memory Core to @neomjs/ai-memory-server

Context

To enable broader adoption (Epic #7919), we need to extract the Memory Core from the monorepo into a standalone package.

Requirements

  1. Separation: Move ai/mcp/server/memory-core code to a structure that can be published independently.
  2. Dependencies: Ensure it depends on @neomjs/ai-core (if created) or bundles its dependencies.
  3. CLI: Ensure the runner.mjs can be invoked via npx.
  4. Publishing: Setup package.json for npm publication.

Output

  • A published npm package @neomjs/ai-memory-server.
tobiu added the ai label on Nov 29, 2025, 4:19 PM
tobiu added the refactoring label on Nov 29, 2025, 4:19 PM
tobiu added parent issue #7919 on Nov 29, 2025, 4:22 PM