Skip to Content
Aionis currently ships as a local-first Lite Runtime for developer machines and self-managed deployments.
Using AionisRehydrate Evidence

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.