Get Started
Quickstart
Start interacting with your agents, tools, and knowledge.
Using Agents & Tasks
Let’s start by listing all the agents in the project.
Python
You can copy and save the 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
You can copy and save the tool_id
of the tool and use additional methods to interact with the tool.
Python
Explore more
Explore all the methods available for agents, tasks, tools, and knowledge in the following sections.