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

Is there a reason why the Crew Agents do not use the system message properly to set up their roles. I think we maybe able to improve the performance of...

question

Subject: Support Local Language Model (LLM) with API I hope this message finds you well. I am writing to bring attention to an issue I have encountered while working with...

help wanted

I've been testing more complex tasks and I see we get hang outs, has anyone tried changing the values in the code to allow longer conversations to occur? Note: Please...

question

``` MainTask = """Write the snake game in python""", # Create tasks for your agents task1 = Task( description=MainTask, agent=coder ) ``` gives an error from pydantic about description must...

question

Dear CrewAI Maintainers, I hope this message finds you well. I am reaching out to discuss a couple of aspects of CrewAI that I believe could significantly enhance its utility...

question

I have a use case for automatically creating Dockerfile. kubernetes yamls and github actions file based on the provided repo Here is my code , Architect agent is able to...

help wanted

in the human_input mode, can you please add the ability so the use can pick wether they want to have an input in langchain's thought or not? This will help...

feature-request
feature-accepted

I have some local scripts but would be nice to have it as a proper test something to meaure quality prompts get updated and translated into different language

feature-accepted