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 MigrationUse Aionis with Mem0

Use Aionis with Mem0

Mem0 can stay your recall backend. Aionis can govern the returned memories before they become Agent context.

mem0.search -> aionis.governMem0SearchResults -> Agent prompt

SDK Shape

const mem0Results = await mem0.search("Continue the checkout migration"); const governed = await aionis.governMem0SearchResults({ query_text: "Continue from the current accepted execution state.", mem0_results: mem0Results, mode: "firewall", context_mode: "compact_agent", include_records: true, });

What Changes

BeforeAfter
Similar memory enters the prompt.Memory is admitted, inspected, blocked, or rehydrated.
Retrieval logs show what was found.Admission records show what was allowed and why.
Outcome is separate from recall.Feedback can attribute outcome to exposed memory.

Use Memory Firewall for product details.