in one of my use cases, it’s not worth using a team. Can I use one agent with tools and instruct it to use exactly one tool?
Hi @zzzrpagliari,that’s totally supported!
If your use case only needs one tool and doesn’t require multiple agents, you can just use a single Agent
, register the tool, and instruct the agent to always use that tool.
Thank you! Do I reference tools by their python name in the instructions?
Hi, please refer our docs: What are Tools? - Agno
This will help you get started.
Let us know if you have any followup questions