TealMemory is a governance module that controls what AI agents can write to and read from memory. It enforces scope boundaries, data classification, and content policies across 5 memory scopes and 4 classification levels.
Overview
Agentic AI systems increasingly use persistent memory — session state, user preferences, shared knowledge bases. Without governance, agents can leak secrets into memory, read across scope boundaries, or store sensitive data in inappropriate classifications. TealMemory introduces 5 new decision actions specifically for memory governance:5 Memory Scopes
Session, agent, user, shared, and global
4 Classifications
Public, internal, confidential, and restricted
Quick Start
Memory Scopes
TealMemory defines 5 hierarchical scopes:Scope Hierarchy
Writes to broader scopes require higher classification clearance:global scope with internal classification triggers MEMORY_SCOPE_VIOLATION.
Data Classifications
Every memory entry has a classification level:Classification Enforcement
Policy Configuration
Configure TealMemory through thememory key in your policy:

