Concepts
Agents
Agents are assistants that leverage tools and subagents to perform complex tasks.
Listing Agents
To list all the agents in your project, use the list_agents
method:
Python
Retrieving an Agent
To retrieve a specific agent, use the retrieve_agent
method with the agent_id
:
Python
Deleting an Agent
To delete an agent, use the delete_agent
method with the agent_id
:
Python