kindlm
v2.3.2
Published
Behavioral regression testing for AI agents. Installs the KindLM CLI (@kindlm/cli) and exposes the `kindlm` command.
Maintainers
Readme
kindlm
Behavioral regression testing for AI agents — test what your agents do (tool calls, decisions, structured output), not just what they say.
This package is a convenience alias. It installs @kindlm/cli and exposes the kindlm command, so these are equivalent:
npm install -g kindlm
# is the same as
npm install -g @kindlm/cliEither way you get the kindlm CLI:
kindlm init # scaffold a kindlm.yaml
kindlm test # run your behavioral tests (exit 0 = pass, 1 = fail)Documentation
- CLI reference, config schema, and guides: @kindlm/cli and kindlm.com
- Source: github.com/petrkindlmann/kindlm
Looking for the VS Code extension (YAML validation + completions for
kindlm.yaml)? Install it from the VS Code Marketplace, not npm.
License
MIT
