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

**Description:** Whenever the software attempts to search in Google using the SERPER_API_KEY, I encounter an unauthorized error despite the API key being set correctly. **Steps to Reproduce:** 1. Run the...

Ollama Integration doesn't allow setting num_ctx in ollama ^ The default value of num_ctx in the API is 2k, and I would like to run llama3:70b with num_ctx 8192. https://docs.crewai.com/how-to/LLM-Connections/

In order to configure a Crew with `memory=True` without a OpenAI API Key, one needs to configure an Embedder provider. Currently, AWS (Amazon Bedrock and Amazon SageMaker) are not supported...

Hey, first of all, thanks for this great lib. It actually opens new horizons in the way I write my stuff :) I come from a setup relying quite heavily...

Is it possible to use alternative memory stores in CrewAI or is SQLite the only option currently? For those of us dealing with read-only or ephemeral filesystems this is a...

Adding a new "How to" section to describe how CrewAI users can use Langtrace for monitoring their Agents. Langtrace is an open source observability tool for monitoring the performance of...

I think there is an issue with the library getting this error > Entering new CrewAgentExecutor chain... Exception in thread Thread-1 (_execute): Traceback (most recent call last): File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.2544.0_x64__qbz5n2kfra8p0\Lib\threading.py",...

Hi, While creating an `Agent`, I'm passing a custom defined LLM in the `llm` argument. It's an object of type `langchain_openai.ChatOpenAI` ```python Agent( role="...", goal="...", backstory="...", tools=..., allow_delegation=False, verbose=True, llm...

Updated the logger.py file to include timestamps when logging output. For example: [2024-05-20 15:32:48][DEBUG]: == Working Agent: Researcher [2024-05-20 15:32:48][INFO]: == Starting Task: Research the topic [2024-05-20 15:33:22][DEBUG]: == [Researcher]...