starweaver-model 0.2.1

Provider-neutral model protocol and wire adapters for Starweaver
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Deterministic model adapters for agent tests.

mod function_model;
mod helpers;
mod scripted;

pub use function_model::{
    FunctionModel, FunctionModelFn, FunctionModelInfo, FunctionModelStreamFn,
};
pub use helpers::{latest_user_text, tool_call_response};
pub use scripted::TestModel;