117k full-history prompt
Failed branch appears relevant
Stale target competes with current route
Agent must rediscover what happened
Aionis turns Agent execution history into governed state: what to use now, what to inspect, what to block, what to rehydrate, and what actually helped. Use it through SDK/API, CLI, or MCP to keep Agents working across sessions, compaction, handoffs, and model switches.
State - Context - Receipt
Aionis compiles long execution history into a smaller action contract: accepted state, blocked branches, rehydrate pointers, and an audit receipt.
117k full-history prompt
Failed branch appears relevant
Stale target competes with current route
Agent must rediscover what happened
use_nowaccepted active route
do_not_usefailed branch kept as counter-evidence
rehydrateraw payload available on demand
receiptmemory influence remains auditable
Capture plans, decisions, branches, tool outcomes, verifier results, and handoffs while the Agent works.
Route memory into use_now, inspect_before_use, do_not_use, and rehydrate before it reaches the prompt.
Connect surfaced memories, suppressed memories, guide traces, feedback, and measurement reports.
Retrieval finds similar text. Agents need execution state.
Aionis turns history into an action contract before the next prompt is compiled, so the Agent can continue from the route that actually survived validation.
After compaction or a new session, the Agent needs the accepted plan, active path, and current constraints.
A failed branch can look semantically relevant. Aionis keeps it visible as evidence without turning it into instruction.
When an Agent acts, operators need to know which memory influenced it, which was blocked, and what outcome followed.
Aionis does more than retrieve relevant memory. It classifies whether each candidate is usable for the current execution state, then routes it into an explicit action surface.
The compact state the next agent can use immediately.
Unknown, contested, or weak evidence stays visible but gated.
Failed branches and stale context are retained as counter-evidence.
Pointer-only history can be restored without flooding the prompt.
Aionis plugs into plan, act, validate, and revise loops. It records what happened, compiles the next context, attributes outcomes, and measures whether memory helped.
Record plans, tool calls, file targets, validation results, decisions, and branch changes while the agent works.
Turn raw history into use_now, inspect_before_use, do_not_use, and rehydrate-ready execution state.
Compile a compact context packet for the next model, session, teammate, or coding agent.
Admitted memory, replayable influence, and compact state-preserving context.
Admission Policy judges whether memory is usable for the current execution state before it enters the Agent prompt.
Replay what memory the Agent could see, what was blocked, why it was surfaced, and what outcome followed.
Compress long execution history while preserving current state, blocked branches, procedure memory, and rehydrate pointers.
Keep coding tasks moving after session breaks, compaction, and model switches by resuming from accepted execution state.
Persist the plan, act, validate, repair, and stop conditions that make agent loops improve instead of restart from scratch.
Give planner, worker, verifier, and reviewer agents the same governed state without copying raw transcripts between roles.
Start with one command, then connect Aionis to your Agent loop. MCP is available for coding tools, but the core path is the Runtime API and SDK.
$ npx @aionis/create$ npm i @aionis/sdk$ npx @aionis/mcp@latest --scope my-projectAionis reports context cost, completion, admission risk, and memory influence with repeatable evaluation paths.
Buried-history runs compare compact governed context against full-history prompts when continuation tasks get noisy.
Open reportGuide receipts become labeled rows for policy comparison, holdout checks, and real LLM reruns.
Open reportPrior-aware negative direct-use cases are cleared in replay when closed-loop state is admitted through the policy gate.
Open reportAionis is compared with no memory, full history, BM25, and retrieval memory on continuation tasks with planted traps.
Open reportAionis turns memory from raw retrieval into an execution-state contract the Agent can act on.
The next run gets the current plan, active route, handoff notes, acceptance checks, and rehydrate pointers instead of a raw transcript.
Relevant candidates are routed into use_now, inspect_before_use, do_not_use, or rehydrate so stale and failed history stays as counter-evidence.
Receipts connect guide traces, surfaced memories, suppressed memories, feedback outcomes, and measurement reports.
Install the Runtime, connect the SDK/API, and let Aionis compile the next Agent context.
It records what an Agent planned, tried, verified, failed, and handed off, then compiles the next prompt with the state that should influence action.
Install the Runtime, use the SDK or HTTP API from your Agent loop, call guide before the next action, and send feedback after the outcome.
MCP is the fastest zero-code bridge for tools like Claude Code, Cursor, and Zcode. It is one access path, while SDK/API is the main product integration path.
Retrieval finds candidates. Aionis decides whether each candidate is usable now, inspect-only, blocked, or should be rehydrated with more evidence.
Install the Runtime, wire the SDK/API, and bring governed execution memory into your Agent workflow.