Govern External Memory
Guide page — how to use this step in your SDK or loop. For the HTTP endpoint parameters, see Memory Govern. For the product capability, see Memory Firewall.
Use external memory governance when recall happens outside Aionis but admission should still pass through Aionis.
Mem0 / Zep / vector DB / markdown -> Aionis Memory Firewall -> Agent contextCandidate Shape
External candidates are read-only by default:
await aionis.governMemory({
query_text: "Continue from the current accepted migration state.",
mode: "firewall",
context_mode: "compact_agent",
candidates: [
{
external_memory_id: "vec_001",
source_backend: "custom-vector-db",
text: "The legacy adapter path failed verifier review.",
lifecycle_hint: "failed",
},
],
});Product Surface
See Memory Firewall for product positioning and Memory Govern API for endpoint details.