DAGWorks-Inc / burr

Build applications that make decisions (chatbots, agents, simulations, etc...). Monitor, persist, and execute on your own infrastructure.
https://burr.dagworks.io
BSD 3-Clause Clear License
561 stars 29 forks source link

Adds guard for persisters returning bad state #147

Closed skrawcz closed 1 month ago

skrawcz commented 1 month ago

The entire call from load_state should be None if something isn't found.

Otherwise the persister should fix its assumptions/make sure None state is not saved.

Changes

How I tested this

Notes

Checklist