Replies: 2 comments
-
|
Hey @pcoccoli, can you try with making all the tools async and check if issue persists. Can you also share your agent config, so we can debug locally on our end. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Making the tools async does make it go away; I have done this now. I can't share my code, but I will try to come up with a minimal example that demonstrates the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a mix of custom toolkits; some are async and some are sync. I've set PYTHONASYNCIODEBUG=1 in my environment to check for async issues, and I see a lot of warnings like these:
I'm using agno in a FastAPI microservice, so that message means I can't answer any other requests for over half a second. That's a problem. Do all my tools need to be async?
Beta Was this translation helpful? Give feedback.
All reactions