Can we create agentic framework with crewai without using LLM

I want to know if we can build ai agents without use of any Local or exteranl LLM .

pls guide

What do you want to use as the “brain” of the agent if not a LLM? :thinking:

Am also having one scenario. I need one of the agent that not require LLM

You can’t create a CrewAI agent that doesn’t require an LLM. Why don’t you create a python class/function that loops to do what you want instead of trying to use an agent?

Since my python function that need to interact with AI Agent.

I could think of two workarounds for this, adding a link to that here.
Let me know if it helps, thanks!

https://community.crewai.com/t/its-possible-to-build-agent-without-llm/4458/4?u=rohan_hirekerur

1 Like

Have you looked at Flows Flows - CrewAI, they might help you achieve what you want but you would have to restructure your agents a bit.

1 Like