Govern External Memory
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 the migration without repeating failed branches.",
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.