Provenance
Markdown-first memory for agents. The launch surface is memory* callables
and CLI commands, with every write tied back to audit evidence.
What Gets Stored
| Store | Purpose |
|---|---|
agents/{agentId}/memoryFiles/{name} | Markdown files with frontmatter, tags, pinned state, and description. |
_MEMORY.md | Generated index the agent can read at the start of a turn. |
Common Calls
| Callable | Purpose |
|---|---|
memoryWrite | Upsert a named markdown memory file. |
memoryAppend | Append text to a memory file. |
memoryRead | Read one memory file. |
memoryList | List files for an agent. |
memorySearch | Search files by keyword. |
memoryDelete | Soft-delete a file. |
Every write appends an Audit row with provenance, so memory used in later decisions can be traced back to its source.