You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: