PersistentMemoryBlock
One persistent memory block.
Properties
Section titled “Properties”charLimit
Section titled “charLimit”charLimit: number;Max characters for this block. Writes exceeding this are rejected.
content
Section titled “content”content: string;Raw markdown content (free-form; entries separated by § or ---).
key: string;Key within its scope — e.g. ‘USER’, ‘MEMORY’, ‘project-notes’.
scope: MemoryBlockScope;Which scope this block belongs to.
updatedAt?
Section titled “updatedAt?”optional updatedAt?: string;When this block was last written (ISO8601 string).