-
### I ensure I have defined all of agents and tasks well based on the examples of CrewAI. But I often encounter with such issues while using manager agent mode and hierarchical process. WHY?
**Issu…
-
How about default built in agents that can actually build agents/missions/tools/tasks etc in CrewAI themselves, or even in your UI? All or mostly based on user input (spoken/typed). Like a project man…
-
I can't find a way to set a custom endpoint for PDFSearchTool.
I tried various key names in 'config' without success:
```python
pdf_tool = PDFSearchTool(
config=dict(
…
-
Hi,
When i am using below code
```pdf_search = PDFSearchTool(
config=dict(
llm=dict(
provider="azure_openai", # or google, openai, anthropic, llama2, ...
config=dict(
model ="gpt-35-turbo…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the [LangGraph](https://langchain-ai.github.io/langgraph/)/LangChain documentation with the integrat…
-
If you could put the agents in a agents.yaml file and include a task.yaml file, you'd be legendary
-
**Description**:
When setting the `verbose` parameter to `False` for an agent, the expectation is that the tool outputs should not be shown in the execution logs. However, I have observed that the to…
-
as title. thank you .
-
### Description
When using memory=True for a crew that uses Azure Open AI, there is an error creating long term memory.
### Steps to Reproduce
```
import os
from chromadb.utils.embedding_…
-
## 🐛 Bug Report
**🔎 Describe the Bug**
🖇 AgentOps: Could not post events - API server: Error posting event: Error inserting to table='tools'. Postgres: json['code']='23503'. json['message']='inser…