-
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 cann't it use Agent'…
-
https://github.com/joaomdmoura/crewAI-tools/blob/9181d05c4c8bd8771bf01fb74ada5ca3f687c37e/crewai_tools/tools/selenium_scraping_tool/selenium_scraping_tool.py#L58-L60
The function is called without …
Zyzzx updated
6 months ago
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
**Describe the bug**
Can't save an API tool
-
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 …
-
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/Cellar/python@3.11/3.11.6_1/Frameworks/Python.framework/Versions/3.11/lib/python3.11/importlib/__init__.py", line 126, in…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
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…
-
Failed to convert text into a pydantic model due to the following error: Unexpected message with type at the position 1.
i keep getting this for everything, just to give some context it doesnt wor…
-
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.
…