-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hierarhical CrewAI's memory dosnt work. #6018
Comments
The issue you're experiencing with hierarchical agents not storing memory, even when memory toggles are enabled, could be related to the conditions required for memory toggles to function correctly. Here are some key points to check:
If these conditions are met and the issue persists, it might be a bug in the current version of Langflow (1.1.2). Consider checking for any updates or patches that might address this issue. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
this error may be related i guess:
|
The error message you're encountering indicates that the To resolve this issue, you should check the part of the code where If this is part of the Langflow codebase and you cannot modify it directly, consider reporting this as a bug to the maintainers, as it might require a fix in the code to ensure these arguments are always provided when the error is raised. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
dont you have access to the code? |
I don't have direct access to the Langflow codebase to search for specific instances of the To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Bug Description
The hierarchical agent crews store no memory at all, even when their memory toggles are enabled,
they do not store any memory of their past interactions with the Manager Agent or other Agents.
Reproduction
Create a simple hierarchical agents with 1 manager agent and 2 or 3 agents as workers + a hierarchical task.
ask the manager to keep sharing the feedback of the agents back to each other to improve their previous responses.
Enable the memory toggle on all modules/components.
and notice how every-time the manager sends a second or third message back to an agent, the agent is starting frosh with no memories at all.
Expected behavior
Each agent should store their memory of recent interactions with their manager (of the current ongoing run)
Who can help?
No response
Operating System
Windows 10
Langflow Version
1.1.2
Python Version
3.12
Screenshot
Flow File
No response
The text was updated successfully, but these errors were encountered: