memory_reload_context
Restore a saved working-context snapshot to resume an agent's previous state. Retrieves stored data from a specific snapshot or the most recent for a given session.
Instructions
Restore a previously offloaded working-context snapshot (reload).
The counterpart to `memory_offload_context`: rehydrates the parked context so
the agent can resume where it left off. Returns the snapshot's stored data, or
an `{"error": ...}` object if the session/snapshot is not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Session id to restore working context for. | |
| snapshot_id | No | Specific snapshot to reload. Omit to reload the most recent snapshot for the session. |