Reload a persona by id (continuity across sessions)
get_agent_personaBring back a previously saved persona by its persona_id: the SAME body and identity, in a fresh session. Returns the persona name, its model, the accumulated turn count, and the inline living-body view. Use this at the start of a conversation when the user returns to a named agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| persona_id | Yes | The persona_id returned by create_agent_persona. |