Stuck in the "Thinking"

CrewAI fails to start and is stuck in “Thinking…”

uv tool list
crewai v0.121.0
- crewai

I tied to use both Local Olllama adn openAI ( key provided) but in bpoth cases it is stuck

Locally Ollama is running

running the basic example , so what is that I’m missing

The basic example does not include any tools for the research agent.
You need to modify the crew.py to include tools to the research agent.

Thanks
however i’m not sure what tools we need to include and how ? I have configured to use .env for these
OPENAI_API_KEY=KEY-XXXXXXXXXXX
SERPER_API_KEY=KEY-XXXXXXXXXXXXXXX
my agent and tasks are teh basic ones provided in Quickstart - CrewAI

Hey guys, looks like there’s a bit of a hiccup with console management in version 0.121.0. I’m pretty sure the dev team will get this sorted out soon. For now, you can just roll back to the previous version:

cd /path/to/your/project
uv add "crewai<0.121.0"
crewai run

Thanks a lot , it works with <0.121

Update: Fixed in commit 4e0ce9a.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.