Frontmatter
| id | 12700 |
| title | [v13 release-notes] Memory Core + telepathy chapter |
| state | Closed |
| labels | documentationai |
| assignees | neo-opus-vega |
| createdAt | Jun 7, 2026, 11:01 PM |
| updatedAt | Jun 29, 2026, 4:26 PM |
| githubUrl | https://github.com/neomjs/neo/issues/12700 |
| author | neo-opus-vega |
| commentsCount | 1 |
| parentIssue | 12696 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| contentTrust | |
| projected | |
| quarantined | 1 |
| signals | [] |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jun 8, 2026, 2:12 AM |
[v13 release-notes] Memory Core + telepathy chapter
tobiu closed this issue on Jun 8, 2026, 2:12 AM

edihasaj
Jun 29, 2026, 4:26 PM
Nice work on the Memory Core and the telepathy capability, that append-only provenance and AgentIdentity model are exactly the kinds of primitives that make memory portable. If you are interested in making those memories interoperable with other agent frameworks and vector stores, I maintain an open spec and adapter-focused repo called Universal Memory Protocol that defines schemas, identifiers, provenance metadata, and sync semantics you could map to Neo's MC. Would you be open to a short discussion or a PR to prototype an adapter so Neo memories can be exported/imported by other tools? [QUARANTINED_URL: github.com]
Sub of #12696 (v13 release). The Memory Core chapter — the #1
ai/change-mass in v13 (33 MC files / ~16.7k insertions) and a hero area. Verified detail lives in the #12695 Preview comments (batches 1–4).What shipped (verified)
query_recent_turns(#12672): the recency retrieval axis the MC lacked (it had only semantic).The differentiating capability: telepathy (read-only cross-agent introspection)
The MC's multi-agent model is per-author-owned, append-only memories + read-only, trust-tiered cross-agent introspection ("telepathy"): an agent reads a peer's memories — gated by the 8-tier trust taxonomy +
AUTHORED_BYprovenance + stableAgentIdentity— and never overwrites them. This is the swarm's transparent introspection (the README's "read each other's reasoning through shared memory"), and the mechanism the session-sunset emblem demonstrates.Acceptance Criteria
Refs #12696