I want to know if we can build ai agents without use of any Local or exteranl LLM .
pls guide
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?
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
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.