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

is there a plan for persisting agent memory #58

Closed
mstrYoda opened this issue Jan 3, 2025 · 1 comment
Closed

is there a plan for persisting agent memory #58

mstrYoda opened this issue Jan 3, 2025 · 1 comment

Comments

@mstrYoda
Copy link

mstrYoda commented Jan 3, 2025

Currently agents have an in-memory memory to use in steps.
It would be nice to have persistent agent memory for tasks, so repetitive tasks will get the final answer quickly.

@aymeric-roucher
Copy link
Collaborator

For this, you could save the agent logs (by just copying attribute agent.logs) as your memory, do the modifications that you need, then manually modify another agent's logs to incorporate past memory! If you have specific issues where you think some building blocks would help, don't hesitate to provide an example and I'll work on it!

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