Enum to represent the type of agent.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AgentType", "title": "AgentType", "type": "string", "enum": [ "memgpt_agent", "memgpt_v2_agent", "letta_v1_agent", "react_agent", "workflow_agent", "split_thread_agent", "sleeptime_agent", "voice_convo_agent", "voice_sleeptime_agent" ], "description": "Enum to represent the type of agent." }