entropy-research / Devon

Devon: An open-source pair programmer
GNU Affero General Public License v3.0
2.36k stars 172 forks source link

allow Devon's history to be written and read from disk #56

Closed emlazzarin closed 1 month ago

emlazzarin commented 1 month ago

Often Devon gets stuck with something — either a loop or other bug — and the only path out is to terminate the process and start over. Ideally, the thought process log, scratchpad, etc. that represents Devon's work could be written to disk so it can resume where it left off should the process need to be terminated.

This could also be useful for running tests, forking Devons, or even collaboration between Devons in the future.

akiradev0x commented 1 month ago

@emlazzarin awesome idea, on it. Doing a bug-a-thon tonight and tomorrow, and I'll add this. Thank you for being patient!

ObjectJosh commented 1 month ago

Thanks for the feedback! Related #44

akiradev0x commented 1 month ago

Just closed this out!