Files
agent-framework/dotnet/tests
T
Jacob Alber b2246efa69 fix: InMemoryCheckpointManager is not JSON serializable (#1639)
Checkpointing is used by the WorkflowHostAgent to be able to support resume from a provided thread. When a CheckpointManager is not specified, we use the InMemoryCheckpointManager and serialize its state into the thread's Serialize()ed JsonElement.

At some point InMemoryCheckpointManager became not serializable, breaking this behaviour. This change restores serializability, and adds a test.
b2246efa69 ยท 2025-10-23 19:32:52 +00:00
History
..
2025-09-01 08:30:30 +00:00