Skip to Content
Aionis v0.3.2 is the current Runtime baseline for SDK/API hosts, MCP clients, plugins, Substrate-backed recall, and self-managed agent loops.
Developer Platform GuidesGovern External Memory

Govern External Memory

Guide page — how to use this step in your SDK or loop. For the HTTP endpoint parameters, see POST /v1/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 context

Candidate 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 POST /v1/memory/govern for endpoint details.