crewAI icon indicating copy to clipboard operation
crewAI copied to clipboard

Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.

Results 486 crewAI issues
Sort by recently updated
recently updated
newest added

Would love to see some kind of RAG and UI implemented. Thank you

feature-request
feature-accepted

I set up your Readme example with Ollama and things seemed to work. But it was looking for a 'latest trends' tool which isn't available. ``` python crew.py Working Agent:...

Added this in the examples issue https://github.com/joaomdmoura/crewAI-examples/issues/2 I tried the stock analsys example, and it looked like it was working until it needed an OPEN_API key. Also It expects a...

question

would this be a correct modelfile to use for ollama openhermes2.5-mistral? TEMPLATE """system {{ .System }} user {{ .Prompt }} assistant """ PARAMETER num_ctx 4096 PARAMETER top_p 0.5 PARAMETER temperature...

question

in the title ! Per [PEP8 recommendation on imports](https://peps.python.org/pep-0008/#imports).

I keep getting `Do I need to use a tool? No Invalid Format: Missing 'Action:' after 'Thought` in the logs when I set the model to `gap-3.5-tubo`. This error does...

Hello, it's a feature request and a call for help also. I cant find a place where the api call is made, so that i could replace it with my...

feature-request

(That are not using Replit, just pure locally with openhermes style....)

documentation

When running a tweaked version of the sample code it looks the AgentExecutor chain loop stucked, repeating itself ( in Action and Action Input ): ``` Entering new AgentExecutor chain......

feature-request
next version

It'd be helpful to have it here: https://github.com/joaomdmoura/crewAI?tab=readme-ov-file#how-crewai-compares

documentation