Skip to main content

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

StorePurpose
agents/{agentId}/memoryFiles/{name}Markdown files with frontmatter, tags, pinned state, and description.
_MEMORY.mdGenerated index the agent can read at the start of a turn.

Common Calls

CallablePurpose
memoryWriteUpsert a named markdown memory file.
memoryAppendAppend text to a memory file.
memoryReadRead one memory file.
memoryListList files for an agent.
memorySearchSearch files by keyword.
memoryDeleteSoft-delete a file.

Every write appends an Audit row with provenance, so memory used in later decisions can be traced back to its source.