Listing Agents
To list all the agents in your project, use thelist_agents
method:
Python
Retrieving an Agent
To retrieve a specific agent, use theretrieve_agent
method with the agent_id
:
Python
Deleting an Agent
To delete an agent, use thedelete_agent
method with the agent_id
:
Python