Shared primitive checkpoint encoding contract coverage across Python and .NET #4708
davidahmann
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Opened issue #4706 and PR #4707 to pin down the narrow checkpoint contract both runtimes already support: primitive JSON values, arrays, and objects should round-trip without shape drift. The branch adds one shared fixture plus one Python test and one .NET test. Python validation passed with
cd python && uv run pytest packages/core/tests/workflow/test_checkpoint_encoding_contract.py; the .NET test is blocked locally because this machine has .NET SDK 9.0.109 while the repo targetsnet10.0.Inspired by research context: CAISI publishes independent, reproducible AI agent governance research: https://caisi.dev
Beta Was this translation helpful? Give feedback.
All reactions