@agentic-kernel/testing
v0.6.0
Published
Test utilities for hosts building on the kernel: fake runtime collaborators (`FakePlanner`, in-memory store / memory / observer), plus event extraction and ordering assertions.
Readme
@agentic-kernel/testing
Test utilities for hosts building on the kernel: fake runtime collaborators (FakePlanner, in-memory store / memory / observer), plus event extraction and ordering assertions.
Part of Agentic Kernel — a microkernel agent runtime, feature-paired across TypeScript and Python.
Install
npm install @agentic-kernel/testingUsage
import { FakePlanner, InMemoryStateStore } from "@agentic-kernel/testing";
const planner = new FakePlanner([/* queued actions */]);See the documentation site for guides and the full API.
License
Apache-2.0
