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.
GuidesRehydrate Evidence

Rehydrate Evidence

Guide page — how to use this step in your SDK or loop. For the HTTP endpoint parameters, see Rehydrate.

Rehydrate is how Aionis keeps context compact without losing access to raw evidence.

Instead of placing every large trace, hunk, or payload into the prompt, Aionis can return a pointer that the host can expand when the Agent needs more detail.

Typical Cases

CaseWhy rehydrate
Large tool transcriptThe full payload is too expensive for every prompt.
Patch evidenceThe route is clear, but the concrete hunk may be needed.
Audit replayOperator needs raw evidence after an incident.
Contested memoryThe Agent should inspect before relying on it.

API

See Rehydrate API.