-
I want to use crewAI for developing ongoing project that is complex and has big code size with multiple files and folder with multiple file types with multiple programming languages.
How to use cre…
-
Since Google Gemini Pro API is currently free when using up to 60 API calls per minute. This would be an incredibly helpful integration to add support for Gemini API into the CrewAI code. This will pe…
-
It's happening whenever this tool is called.
The task generates a list of keywords which then pass as an argument to the function as such:
```
class KeyWordAnalyser(BaseTool):
name: str = "…
-
though ... I can use Mistral AI api in crewai now .
However , I found that Mistral AI seems can't handle task by using 'tool' (e.g : DuckDuckGoSearchRun) function correctly , it's "Generating" conten…
-
The Dockerfile includes a temporary fix to install 'crewai[tools]'==0.22.5 directly using pip due to issues with locking this version with 'mech-client'. This is intended as a hotfix until PRs are mer…
-
Hello:
Thanks for this product. It has tremendous promise.
While setting it to run on my laptop (Windows 10), I do not run into an issue running it via Ollama.
However on a Windows Server VM …
-
TypeError: Cannot instantiate typing.Union
Traceback:
File "c:\crewuseri\crew_uicrewai_ui\.venv\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 600, in _run_script
exec…
-
Is it possible to integrate with LM studio? As LM studio has the possiblilty to run a local server with open AI API settings.
I know there is support for ollama but as ollama does not have a native …
-
Error encoutnerd on NixOS (venv) with CrewAI `0.30.0.rc6` + CrewAI-Tools `0.2.4` with python 3.11.
```
File "[...]/tools.py", line 2, in
from crewai_tools import tool
File "[...]/.venv…
-
Would love to see some kind of RAG and UI implemented. Thank you