I have been trying to troubleshoot my endpoint not connecting to the local host 7777 for a few days now, but it still is not working. My code is working correctly in Pycharm, and I am getting the correct output according to the documentation. I would really appreciate some guidance on how to connect my Pycharm code to Agno’s playground.
Hey @sgoel0, thanks for reaching out and supporting Agno. I’ve shared this with the team, we’re working through all requests one by one and will get back to you soon.
If it’s urgent, please let us know. We appreciate your patience!
Hi @sgoel0 .
I am unable to replicate the above issue .
Can you please check once if you are using the latest sdk version?
You can refer to this doc to connect it with the Playground
Make sure to add /v1 prefix to the endpoint like http://localhost:7777/v1 while adding it to the playground, and it should connect to the playground.
Let me know if you still face any issues . Thanks.
Hi Monalisha,
Thank you for telling me about this. Adding /v1 fixed my endpoint issue, very grateful for your help.
Best,
Sid Goel
Hi Mona,
I have created a simple web search agent, but I keep getting a rate limit error when I use DuckDuckGoTools in my tools = [DuckDuckGoTools()]. Can you please guide me on how to avoid this? Right now I have put the time.sleep() code in between my two agents, and that seems to help a bit. Thank you for your help.
Best,
Sid Goel
Hi @sgoel0 DuckDuckGoTools has a lot of rate limit issues from their side .
Alternatively you can try some other search tools like Exa . You can refer to the below docs for other tools. Thanks
Hi Mona,
Thank you for your guidance on using Exa. I am running into some troubleshooting with using ExaTools() in my code, are you available for a brief Zoom call? If not, no problem at all, I can send you an image of my error.
Additionally, I am teaching a course on Agentic AI where I am teaching students how to build an AI agent using the Agno framework. What are Agno’s performance and evaluation metrics for its agents? If you could let me know or point me towards some documentation.
Best,
Sid Goel
I was also facing the same problem till I reached this comment of yours. Thank you
Hi @sgoel0
You can share the exact error message or a screenshot? I’ll do my best to help you out.
Also, you can definitely measure this using Evals , here’s the guide: Simple Agent Evals - Agno.