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

Hello, Can someone answer some naive questions: 1. Why agents have "backstory" and Task have "Description". Why do not we have only one? In the task, we provide agent then...

question

I am using Crew to automate the writing of a proposal response for RFI documents. I am writing my responses by following a ToC ```Table Of Contents: ------------------------- 1.0 Introduction...

question

As per issue https://github.com/joaomdmoura/crewAI/issues/179 Updating the README.md to reflect how to properly import llms from langchain_community Old code: from langchain.llms import Ollama New code: from langchain_community.llms import Ollama

Simple flag to count tokens in crewai langchain supports https://python.langchain.com/docs/modules/model_io/llms/token_usage_tracking

feature-accepted

hi, I am quite new in this environment. I have installed everything correctly: version crewai==0.1.32 and I use python installed Python 3.12.1 After running a code it shows me two...

help wanted

Ideally I'd like to do something like this... 1 programming agent creates code 2 testing agent runs code in repl and provides feedback given some example require output testing passed...

help wanted

I wanted to ask whether CrewAI supports models such as Cohere/Claude or the ones from Huggingface as I'm unable to find those. If you are planning to work on that,...

question

I was wondering if there are ways to pass in a custom prompt template for the LLMs; some LLMs would greatly benefit from a specified prompt template. For example, Llama...

question

can we append the model output into a json/jsonl??

question

when i try to run the code on VS i get this error File "", line 1 & C:/Users/pauly/AppData/Local/Programs/Python/Python312/python.exe "c:/Users/pauly/crewAI/import os.py" ^ SyntaxError: invalid syntax >>> Please help

help wanted