@agentic-kernel/conformance
v0.6.0
Published
Contract test suites that prove any adapter implementation — state store, memory, policy, observer, tool, delegation, scheduler, replay, provider — satisfies the kernel contracts, so swaps are safe.
Readme
@agentic-kernel/conformance
Contract test suites that prove any adapter implementation — state store, memory, policy, observer, tool, delegation, scheduler, replay, provider — satisfies the kernel contracts, so swaps are safe.
Part of Agentic Kernel — a microkernel agent runtime, feature-paired across TypeScript and Python.
Install
npm install @agentic-kernel/conformanceUsage
import { stateStoreContract } from "@agentic-kernel/conformance";
describe("MyStore", () => stateStoreContract("MyStore", () => new MyStore()));See the documentation site for guides and the full API.
License
Apache-2.0
