vesanor
v1.0.16
Published
LLM function calling reliability platform. Validate, monitor, and gate tool-call behavior.
Maintainers
Readme
Vesanor
LLM function calling reliability platform. Validate, monitor, and gate tool-call behavior across providers.
- Contract testing — define expected tool-call behavior in YAML, test against any LLM provider
- Provider-agnostic — same contracts work with OpenAI, Anthropic, and more
- Failure classification — every failure gets a taxonomy label and a stable fingerprint
- Determinism proof — run contracts multiple times to verify response stability
- Dashboard — push results to app.vesanor.com for tracking and history
Quick start
npm install -D vesanor
npx vesanor initSet your API keys:
export VESANOR_PROVIDER_KEY="sk-..." # OpenAI or Anthropic key
export VESANOR_API_KEY="vsn_..." # Get one at app.vesanor.com/signupRun:
npx vesanorDocumentation
License
ISC
