iiRecord
Agentic AI Atlas · Memory
extension-interface:memorya5c.ai
II.
ExtensionInterface overview

extension-interface:memory

Reference · live

Memory overview

Memory

ExtensionInterfaceOutgoing · 0Incoming · 1

Attributes

interfaceVersion
1.0.0
description
Memory
displayName
Memory
concern
Long-lived knowledge an agent reads and writes across sessions.
surface
`read(query)`, `write(fact, ttl)`, `forget(id)`. Backed by an embedding store or a structured graph; the interface is agnostic.
builtInDefault
A flat markdown file at `~/.claude/MEMORY.md` with append-only semantics. No retrieval — full file is loaded each turn.
notableImpls
[]

Outgoing edges

None.

Incoming edges

implements1