-
**例行检查**
[//]: # (方框内删除已有的空格,填 x 号)
+ [x] 我已确认目前没有类似 issue
+ [x] 我已确认我已升级到最新版本
+ [x] 我已完整查看过项目 README,尤其是常见问题部分
+ [x] 我理解并愿意跟进此 issue,协助测试和提供反馈
+ [x] 我理解并认可上述内容,并理解项目维护者精力有限,**不遵循规则的 issue 可能…
-
Hello Team,
I recently started using CrewAI and my task is to read contents on various PDFs for a particular query and later generate a summary of it.
I am using the code from here : https://doc…
-
### 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…
-
Hello `crewA` Team,
Thank you for this awesome project!
I was wondering if there is a possibility of enhancing the logging capabilities of the `crewAI`. Currently, I am able to log the output of…
-
### System Info
From pyproject.toml:
python=3.11.5
crewai = "0.1.6"
langchain = '==0.0.335'
openai = '==0.28.1'
unstructured = '==0.10.25'
pyowm = '3.3.0'
tools = "^0.1.9"
wikipedia = "1.4.…
-
### System Info
I am trying to build a **VectorstoreIndexCreator** using the following configuration
embeddings= **SentenceTransformerEmbeddings** embeddings
vectorstore_cls = **Chroma**
llm = …
-
Want to run the crew with a Critic agent in loop. Basically creating two different agents, one prompted to generate good outputs and the other prompted to give constructive criticism of the first agen…
-
I recently wrote a demo to try and accomplish my blogging mission.
But it's clear that the proxies don't seem to be able to work well with each other.
In particular, I wrote a script to determine if…
-
Hello I was searching in the issues for a resolved issue about this and since I didn't find any here is mine.
Doing the pip installation of the crewai package I had a problem.
` ####################…
-
I see that you are trying to make YAML configuration a default now; unfortunately, right now, it is extremely buggy. For example, referencing another task by name in context does not work. I get:
```…