-
Very odd one here, this tool works like a dream with GPT4, however when I moved to deepseek cloud api (muuuuuch cheaper but looks awesome), the crew execution chain or at least the agent actions aren…
-
Hi Everyone,
I need some help here, since I dont know why this behaviour is happening. I am using the sample from the readme file directly. All I adjusted, is using the Azure OpenAI Service and set…
-
While running crewai[tools], i am getting the error: ERROR: Invalid requirement: "'crewai[tools]'"
I am using Python 3.11.8
-
Trio is installed as a dependancy of httpx.
If I run the code:
```python
from gevent.monkey import patch_all; patch_all()
import gevent
import httpx
def worker(n):
print(n)
if __n…
-
Hey there. Newly discovered this project and I am having fun with it. I looked at `process=Process.hierarchical` in `Crew` settings. I have a question about it.
Consider a case where there are fou…
-
I get an error from an agent:
I encountered an error while trying to use the tool. This was the error: DuckDuckGoSearchRun._run() got an unexpected keyword argument 'q'.
Tool duckduckgo_search ac…
-
when I run python3 ./main.py
I encountered an error while trying to use the tool. This was the error: SECTools.search_10k() got an unexpected keyword argument 'MSFT'.
Tool Search 10-K form accepts …
-
I am facing the below issue related to llm binding. This is only seen when llm is used in the code. If commented, the code runs but unable to make use of the custom tool to create a POST call.
…
-
Version 0.2.5
## To reproduce
1. Open a web page
2. Do not make a text selection
3. Click the capture extension
4. Observe the newly-added `null`.
```
**14:43** [[quick capture]]: null [Y…
-
Hi, I am running Ollama on my machine and it's working properly. I have multiple tools including CrewAI, PrivateGPT and others that can utilize it. Although, somehow I am not even able to initiate Pra…