-
...that can be re-used by other frameworks (e.g. autogen)
-
How do I get the input and output of each LLM call
-
![image](https://github.com/user-attachments/assets/62cc96bb-ae94-4624-ab9b-f07e00f1aa72)
-
Python 3.11
**pip list:**
```
Package Version
---------------------------------------- ---------------
aiohttp 3.9.5
aiosignal…
-
@setzeus mentioned a [generative contract analyzer/wrapper](https://twitter.com/setzeus/status/1784170225652343094) on X that kicked off this idea, and @moodmosaic wants a [generative contract fuzzer]…
-
Hey guys, it would be awesome if you could also introduce a Qdrant adapter to allow Crewai to interface with Qdrant vector DB
-
Hi,
Im studying CrewAI, i tried to create a crew to make docs about some code, when i try to use the new feature for train i got this error :
Traceback (most recent call last):
File "/home/well…
-
(venv) (base) @DMTarmey ➜ /workspaces/PraisonAI (main) $ python -m praisonai ui
/workspaces/PraisonAI/venv/lib/python3.12/site-packages/pydantic/_internal/_config.py:341: UserWarning: Valid config ke…
-
The optional field, output_file, does not behave like an optional field, and the field_validator throws an exception because it does not handle the condition when the output_file is `None`.
_The f…
-
Hello,
This is the gist of my code:
```
from crewai import Agent, Task, Crew, Process
from langchain_community.llms import Ollama
import sys
import os
from upsonic import Tiger
tools = T…