memory_load
Restore an agent's saved memory state during startup or resurrection, so it resumes with prior context and persona. Supplies the base prompt only when no existing state is found.
Instructions
Load memory state for an agent. Call on resurrection/startup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | The agent identifier (e.g., "God", "moderator") | |
| base_prompt | No | Immutable base prompt (mission, commandments). Only used if no existing state. |