Using Agents & Tasks
Let’s start by listing all the agents in the project.Python
agent_id
of the agent and use additional methods to interact with the agent.
Python
Using Tools
Similarly, you can list all the tools in the project.Python
tool_id
of the tool and use additional methods to interact with the tool.
Python