Skip to Content
Aionis v0.2 is ready for local agent loops, MCP clients, SDK integrations, and self-managed Runtime deployments.
Developer PlatformRuntime LoopGovern External Memory

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 context

Candidate 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.