Skip to Content
Aionis currently ships as a local-first Lite Runtime for developer machines and self-managed deployments.
Using AionisGovern 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.