Expand description
Persona tool — wraps PersonaApi behind the AgentTool interface.
Provides agents with persona management capabilities. Actions: list, get, set_active.
§Example
{ "action": "list" }
{ "action": "get", "id": "persona-id" }
{ "action": "set_active", "id": "persona-id" }Structs§
- Persona
Tool - Agent tool for persona management.