LearnNewsExamplesServices
Frontmatter
id9659
titleEnhance Memory Core with Agent and Model Traceability
stateClosed
labels
enhancementai
assigneestobiu
createdAtApr 3, 2026, 3:49 PM
updatedAtApr 3, 2026, 4:01 PM
githubUrlhttps://github.com/neomjs/neo/issues/9659
authortobiu
commentsCount0
parentIssue9638
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtApr 3, 2026, 4:01 PM

Enhance Memory Core with Agent and Model Traceability

Closedenhancementai
tobiu
tobiu commented on Apr 3, 2026, 3:49 PM

Description

To support multi-agent swarm orchestration ("Dream Mode"), the Memory Core must track which agent and model executed each turn. This establishes a structural foundation for cross-agent introspection and accurate multi-actor session summaries.

Proposed Changes

  1. Update the addMemory API signature in the memory-core MCP Server to accept optional agent and model metadata fields.
  2. Update the ContextAssembler and MemoryService SDKs to pass this metadata during the cognitive runtime's terminal save block.
  3. Update SessionService.mjs to aggregate and include involved agents and models inside the generated SessionSummary metadata.
  4. Ensure the schema updates are backwards compatible with the existing vector topology in ChromaDB.
tobiu added the enhancement label on Apr 3, 2026, 3:49 PM
tobiu added the ai label on Apr 3, 2026, 3:50 PM
tobiu referenced in commit d355b33 - "feat: Add agent/model traceability to Memory Core logging, agent loop, and context history (#9659)" on Apr 3, 2026, 3:59 PM
tobiu assigned to @tobiu on Apr 3, 2026, 4:01 PM
tobiu added parent issue #9638 on Apr 3, 2026, 4:01 PM
tobiu closed this issue on Apr 3, 2026, 4:01 PM