-
### 🥰 Feature Description
pleas add `crewAI` and `autoGen` for agent orchestration in this
### 🧐 Proposed Solution
pleas add `crewAI` and `autoGen` for agent orchestration in this
### 📝 Addition…
-
### Description
When creating a new project in CrewAI using crewai create crew and setting the project name to match any of the script names in project.scripts (e.g., test, run_crew, train, replay…
-
### Description
I'm using the latest CrewAI version, and I'm noticing very low speed when importing the library.
I created a profiling code (thx gpt4) and CrewAI takes around 23 seconds to only impo…
-
### Description
I receive Agent/Tool validation errors whenever I try to use SerperDevTool or the default MyCustomTool, after attempting to use SerperDevTool the first time. MyCustomTool works fine …
-
Description: CrewAI uses the Litellm library to route LLM requests to the appropriate model. Currently, Litellm throws an error, "LLM Provider NOT provided", whenever a request is made for a non-OpenA…
-
Hi there,
this is a known problem, I encountered many times in Langchain.
It is used by the crewai package and it requires a specific fix on Linux vs Windows.
-
The source code for Practical-Multi-AI-Agents-and-Advanced-Use-Cases-with-crewAI can be downloaded from where?
-
### Description
#### Summary
When attempting to use `YoutubeVideoSearchTool` with a specific YouTube video URL, a `PytubeError` occurs. This error is raised by `pytube` while trying to access the vi…
-
### Bug Description
Last night WolframAlphaToolSpec stopped working.
### Version
llama-index-core: 0.11.0, llama-index-readers-file: 0.2.0, llama-index-tools-wolfram-alpha: 0.2.0, crewai: 0.5…
-
### Description
I'm following this how to documentation to start on hierarchical process
https://docs.crewai.com/how-to/hierarchical-process#hierarchical-process
I had to add kickoff call to make…