Files
agent-framework/dotnet/tests
T
Jacob Alber e8f1f4e785 fix: Fix Checkpoint Restore when Rehydrating Run (#642)
When checkpointing we did not persist the set of instantiated executors. This means, in turn, when we restore from a checkpoint when using Resume(Stream) rather than restoring a checkpoint in the context of an already existing (Streaming)Run, the executors never got reinstantiated and there were no executors to notify that a state should be loaded.

The fix is to ensure we persist the list and reinstantiate the executors on rehydration.

* Also adds a rehydration restore test
e8f1f4e785 ยท 2025-09-08 19:22:41 +00:00
History
..
2025-09-01 08:30:30 +00:00