The session history is another database like any other database, can be used or invoked by agent like one.
Open-source memory for coding agents, synced over SSH
41–43 of 43 posts
Re: Open-source memory for coding agents, synced over SSH
#42I did an automatic review of over 140 such systems. There are comparisons and stuff: https://zby.github.io/commonplace/agent-memory-systems/ Deja-vu is here: https://zby.github.io/commonplace/agent-memory-systems/revie... And the full list: https://zby.github.io/commonplace/agent-memory-systems/revie...
Re: Open-source memory for coding agents, synced over SSH
#43Similar to https://ctx.rs/ and others, I'm sure. I'd lead with your differentiation. Is it the ssh?
Maybe somebody can enlighten me... this page for ctx says the program saves all "decisions, constraints, intent, rejected approaches, bug investigations, refactors, file paths, commands, patches, and notes from previous agents." What am I missing if I instead just instruct the agent to create a handful of files called something like HISTORY.md and tell it to log summarized versions of all of these things inside the p…