cofree-coffee / cofree-bot

A library for building bots compositionally.
41 stars 8 forks source link

Bot State Persistence #55

Closed solomon-b closed 1 year ago

solomon-b commented 1 year ago

Adds a context function which moves a bot's in-memory state to the file system.

masaeedu commented 1 year ago

You should probably change the target of the PR to the branch for #54 to make this easier to review.

solomon-b commented 1 year ago

You should probably change the target of the PR to the branch for #54 to make this easier to review.

@masaeedu fixed!

EDIT: Actually not fixed. It looks like i merged these changes on that branch too by accident. one sec...

masaeedu commented 1 year ago

@solomon-b Thanks. Looks like some of the persistence stuff went into #54 though.

solomon-b commented 1 year ago

@masaeedu yeah sorry about that. Its fixed now. I just made some interface changes in the other branch and the rebasing got mixed up. I'll paste a script for how to use it in like an hour. You can also look at the parser to figure it out.