Learn how to add planning to your CrewAI Crew and improve their performance.
planning=True
to your Crew:
gpt-4o-mini
as the default LLM for planning, which requires a valid OpenAI API key. Since your agents might be using different LLMs, this could cause confusion if you don’t have an OpenAI API key configured or if you’re experiencing unexpected behavior related to LLM API calls.AgentPlanner
responsible for creating the step-by-step logic to add to the Agents’ tasks.