crewAI-tools
crewAI-tools copied to clipboard
Adding Weave causes CrewAI "kickoff" to hang
Not sure which organization is responsible for the issue.
See https://github.com/wandb/weave/issues/5158
@ChuckJonas which crewai version are you using? Can you try the latest one?
@lucasgomide We've pivoted and are now using PydanticAI instead of CrewAI for this use case.
However, It was the latest version at time of issue creation (sorry for not adding it in the OG ticket details).
@lucasgomide I can confirm this behavior with crewai 0.165.1 and crewai-tools 0.62.3. Execution hangs after starting an agent.
Screenshot
Weave is initialized like this:
if os.environ.get("WANDB_API_KEY") is not None:
import weave
weave.init("ynab-crew")