LearnNewsExamplesServices
Frontmatter
id10323
title[Epic] Cloud-Native Knowledge & Multi-Tenant Memory Core (reopened from #9999)
stateClosed
labels
epicaiarchitecture
assignees[]
createdAtApr 25, 2026, 5:57 AM
updatedAtApr 25, 2026, 5:58 AM
githubUrlhttps://github.com/neomjs/neo/issues/10323
authorgithub-actions
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtApr 25, 2026, 5:58 AM

[Epic] Cloud-Native Knowledge & Multi-Tenant Memory Core (reopened from #9999)

Closed v13.0.0/archive-v13-0-0-chunk-6 epicaiarchitecture
github-actions commented on Apr 25, 2026, 5:57 AM

Originally: #9999

Architectural Goal

Transition the Agent OS to a scalable, multi-tenant Hybrid GraphRAG architecture that enforces strict data privacy while enabling autonomous Universal Macro Overlay detection.

The Strategy

To support both rapid local development and scalable enterprise clusters, we are adopting a Dynamic Configured Topology:

  1. Dynamic Topography: Support for "Unified Local" mode (single ChromaDB instance) and "Federated Cloud" mode (isolated Knowledge Base and Memory Core instances).
  2. Hardened Identity Ingestion: Support Multi-Tenant isolation by reliably extracting user identities via reverse-proxy HTTP headers (e.g., x-auth-request-preferred-username). All memories and sessions are tagged with userId natively in ChromaDB metadata.
  3. Universal Macro DB Topology: The Knowledge Base will ingest a secondary, unchunked neo-knowledge-base-macro index containing 1:1 embeddings for all artifacts (Guides, Source, PRs, Tickets, etc.).
  4. Omnidirectional Semantic Distance: DreamService will execute federated REST queries against the Macro DB to mathematically map gaps across the entire project (e.g. mapping tickets to impacted source code, mapping missing guides to new components).

Note: Implementation phases will be tracked via native Sub-Issues linked to this Epic.