-
### Description
I want to show tall agent activity to the user.
I created a Crew (code bellow) and used the `step_callback` with a simple print statement. This is never called thus I'm unable to…
-
Hey Team,
The current phidata pypi package is starting to get bulky. I was wondering if we can collaborate on a phidate-lite version that trims out:
- IaC which include aws, workspace,
- Assi…
-
### Description
When using python3.10, the error `No module named 'tomllib' is reported`
### Steps to Reproduce
1. use python3.10
2. run `crewai run`
### Expected behavior
it can run successfull…
-
### Description
Seems issue is with get_collection so it's switching to creating new one. Here: https://github.com/crewAIInc/crewAI/blob/main/src/crewai/memory/storage/rag_storage.py#L56
### Steps t…
-
### Description
using https://docs.crewai.com/concepts/memory#using-azure-openai-embeddings script returns an error with `EmbeddingFunction.__call__`
### Steps to Reproduce
use https://docs.crewai.…
-
### Description
I need to use memory feature of CrewAI to make sure that my chatBOT uses the recent interactions to answer the follow up questions. Currently, we are using GCP VertexAI platform. I fo…
-
### Description
The telemetry should be giving tool outputs, but it just gives a name. How am I supposed to figure out where the execution went sideways, if I can't see the tool outputs? Please add t…
-
### Bug Description
![image](https://github.com/user-attachments/assets/b34abd49-b645-4f8a-bcc1-774a675f0a32)
I simply upgraded to the latest version with the command pip install -U langflow, but …
-
### Description
Peculiar bug which started occurring when updating from 0.51.0 to 0.63.1.
Tools are occasionally being fed arrays of dictionaries instead of dictionary objects. Seems to happen wh…
-
### Description
Hi. I am using Gemini as the LLM to test this example from Deep Learning AI course.
The crew works fine when Memory is set to False. But when I tried to set True, as in the course,…