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
When memory is enabled on the module, the system prompt and the module itself should keep track of the steps it took to complete a task. That way, when the user restarts their workspace, the agent will understand where it is at with the task instead of starting from the beginning. This should obviously be a local memory. I think Claude recommends doing this via an import, so let's do it that way.
It would also be neat if the agents could support committing to the project memory as it learns new things about the project.