I am trying to call a python library that exposes an async method. However, I cannot figure out how to create a custom tool that calls it since it seems like CrewAI doesn’t support async tools.
1 Like
FYI - for anyone interested, got it working and wrote about it here:
4 Likes
Hello @fsa317 !
I wondered if you worked on the case without the API call of BrowserUse, like using BrowserUse Agent directly as a tool for a CrewAi agent.
I am currently working on a project where I want to implement a multi-agent system with one agent designed to perform web research using Browser and some other like a code executor etc.
I look forward to hearing from you, have a great day.
Helldeee
You legend!
THank you!