-
### Feature Area
Agent capabilities
### Is your feature request related to a an existing bug? Please link it here.
Feature request related to CrewAI memory - https://docs.crewai.com/core-concepts/…
-
### Description
At CrewAI The src\crewai\agents\executor.py file of version 0.55.2 has calls to _create_short_term_memory and _create_long_term_memory from the CrewAgentExecutorMixin .
In the latest…
-
### Description
screenshot from the lab environment within the course
![image](https://github.com/user-attachments/assets/45b50484-1bbe-4d43-bff3-4ec52014b24f)
running the code locally gives a …
-
### Area(s)
area:gen-ai
### Is your change request related to a problem? Please describe.
There are now many agent frameworks for GenAI, including crewai, autogen etc. Those agents will include man…
-
Look at https://github.com/allenai/marg-reviewer/blob/master/review_worker/review_prompts.json#L24-L83
-
### Description
Having problems getting a agent manage to work.
Using the `crewai create crew` command to setup a project.
Which uses different syntax than all the documentations, which is a bi…
-
hello, I use ollama to provide embedding service, here's my code, but it show error info when i run crewai: rag_storage.py-rag_storage:186 - ERROR: Error during short_term search: Error code: 502
…
-
I am getting this json decode error after uploading audio, text and image in the app. Can you please tell me how can I solve this issue?
`
JSONDecodeError: Expecting value: line 1 column 1 (char 0…
-
Hi! I have encountered a problem. I downloaded crewai according to following code. But when I wanna import crewai, it said ModuleNotFoundError: No module named 'crewai'.
What did I do wrong?
!pip…
-
Hi, I have agents workflow and got the .pkl file so now how can we use that to generate new outputs? I can see .pkl file in some examples here but don't see its been used anywhere in the code?