Frontmatter
| id | 9659 |
| title | Enhance Memory Core with Agent and Model Traceability |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Apr 3, 2026, 3:49 PM |
| updatedAt | Apr 3, 2026, 4:01 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9659 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 9638 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 3, 2026, 4:01 PM |
Enhance Memory Core with Agent and Model Traceability
Closedenhancementai
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
addMemoryAPI signature in thememory-coreMCP Server to accept optionalagentandmodelmetadata fields.ContextAssemblerandMemoryServiceSDKs to pass this metadata during the cognitive runtime's terminal save block.SessionService.mjsto aggregate and include involved agents and models inside the generatedSessionSummarymetadata.