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

Rehydrate Evidence

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.