Optional enabledOptional scopesEnabled scopes for persistence. Unspecified scopes inherit prior/default values.
Defaults are conservative:
Optional shareExplicit opt-in required to write to organization-scoped memory.
Even when scopes.organization=true, implementations should gate on this flag.
Optional storeWhether to create atomic per-item memory docs from memory_json (recommended).
Optional allowedOptional allowlist of memory_json categories to persist as atomic docs.
null / undefined: persist all categories supported by the sink[]: persist none
Master switch for persisting long-term memory (e.g., to RAG / knowledge graph).
Notes: