Skip to main content

Module persona_tool

Module persona_tool 

Source
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§

PersonaTool
Agent tool for persona management.