Skip to content
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

Memory in the workflow #13

Open
dvalenciar opened this issue Jan 12, 2025 · 1 comment
Open

Memory in the workflow #13

dvalenciar opened this issue Jan 12, 2025 · 1 comment

Comments

@dvalenciar
Copy link

https://github.com/starpig1129/AI-Data-Analysis-MultiAgent/blob/06fe394731fb7411263706e0fbb3e80f51178cfa/core/workflow.py#L165C9-L165C36

The memory has not been implemented into the Agent workflow. And even after adding self.graph = self.workflow.compile(self.memory) did not solve the problem.

Any ideas why and how to solve this issue

@starpig1129
Copy link
Owner

Poor token usage of workflow.compile(self.memory)
Therefore, this architecture uses NoteAgent to summarize historical records into a note to replace lengthy conversation records.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants