Automated working memory

Many threads and guides make recommendations about various approaches to helping the agent remember things. This included the use of rules files, the use of planning documents, and the TaskMaster system.

Cursor can automate recording this stuff. One idea is to have the agent often reflect on the chat and record and key lessons like a concrete record of the bugs it introduced.

1 Like

I’ve implemented a solution to this. it’s sloppy but it works good for me on my project.
you can see me demo it here and a link to the files on github you can use