agent-block-testkit 0.34.0

In-process mock LLM servers and a provider wire-shape catalog (spec-conformant and deliberately broken tool-calling shapes) for testing LLM clients
Documentation
1
2
3
4
5
6
7
8
9
//! Provider response-shape catalog: spec-conformant and deliberately broken
//! tool-calling shapes.
//!
//! Broken variants carry a comment naming the stack that emits them; the
//! shapes are grounded in public provider documentation and issue trackers
//! (see the crate-level docs and the source comments per builder).

pub mod anthropic;
pub mod openai;