Skip to main content

MEMORY

Constant MEMORY 

Source
pub const MEMORY: &str = "memory";
Expand description

Per-context key/value store for AI-agent memory (vta/memory/{put,list, delete}/0.1). One record per (contextId, key) pair, keyed mem:<contextId>:<key>; list is a mem:<contextId>: prefix scan. Durable user data → in BACKED_UP.