The agent SDK currently has platform agnostic conformance tests.
We should add similar conformance tests to the core framework.
Let's start by adding a suite for the data model, e.g. conforming that updateing the data model at different paths etc should work correctly for all edge cases.
This can replace the existing unit tests for the data model in many cases.
- Research how the framework currently works for the agent SDK
- Plan how to translate that to the core SDK, including where it should be described in blueprints and readmes etc so that coding agents can discover and manage it. perhaps there should be a skill explaining how our conformance tests work overall. We may want to do some changes to repo structure, e.g. add a /conformance folder with the conformance test definitions and YAML sources of truth
- Define some tests cases for data model in the core SDK
- Hook up the conformance tests to the Python and TS data model implementations for now
Please come up with detailed plan for all of this before doing the implementation.
The agent SDK currently has platform agnostic conformance tests.
We should add similar conformance tests to the core framework.
Let's start by adding a suite for the data model, e.g. conforming that updateing the data model at different paths etc should work correctly for all edge cases.
This can replace the existing unit tests for the data model in many cases.
Please come up with detailed plan for all of this before doing the implementation.