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

Product Surfaces

Aionis exposes product surfaces around one Runtime loop:

observe -> guide -> agent action -> feedback -> measure -> snapshot

The product center is Execution Memory: route-safe, execution-ready context compiled from long-running history. Memory Firewall and Flight Recorder are adjacent surfaces built on the same admission and audit substrate.

The main public surfaces are ordered by product role:

SurfaceRoleUse it when
Execution MemoryCore Runtime capabilityAgents need route-safe context across sessions, roles, compaction, and handoffs.
Trace-to-Skill CandidatesLearning surface inside Execution MemoryVerified execution traces can become reviewable skill or procedure candidates without entering the prompt automatically.
Memory FirewallGovernance entry pointYou already have Mem0, Zep, vector DB, markdown, or another backend and need safe admission before prompt use.
Agent Flight RecorderAudit and replayYou need to know what the Agent could see, what was blocked, and why.
Loop EngineeringLoop memory layerYour Agent already plans, acts, validates, repairs, and needs memory across iterations.
Controlled ForgettingLifecycle controlYou need suppression, archival, rehydration, and deletion without silent memory drift.
Admission Dataset ExportLearning flywheelYou want to export admission, usage, outcome, and feedback data for analysis or learned policy training.

Product Positioning

Execution Memory is the primary Aionis memory system. It records task evidence, adjudicates active state, preserves validation boundaries, and compiles a governed Agent context.

Memory Firewall is the fastest adoption path. It lets teams keep their existing memory backend while using Aionis as the admission layer. That makes Firewall a strong entry point, but not the ceiling of the product.

The other surfaces build on the same substrate: decision traces, feedback attribution, lifecycle state, and auditable context compilation.

Trace-to-Skill Candidates are intentionally nested under Execution Memory. They expose measured positive traces as controlled candidate assets while preserving Aionis’s normal rule: a candidate is not current route state until admission, feedback, and promotion gates justify later use. The first product path is review-first: trace -> feedback attribution -> measure -> candidate -> review -> promotion gate.