II.
ExtensionInterface overview
Reference · liveextension-interface:memory
Memory overview
Memory
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
- skill:python-data-analysis·SkillPython Data Analysis