Skip to Content
Aionis v0.2 is ready for local agent loops, MCP clients, SDK integrations, and self-managed Runtime deployments.
PluginsUse 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 without repeating failed branches.", 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.