agentcarousel 0.2.2

Evaluate agents and skills with YAML fixtures, run cases (mock or live), and keep run rows in SQLite for reports and evidence export.
Documentation
1
2
3
4
5
6
7
mod loader;
mod mock;
mod schema;

pub use loader::{load_fixture, load_fixture_value, FixtureLoadError, FixtureSource};
pub use mock::{MockEngine, MockError, MockStub};
pub use schema::{validate_fixture_value, SchemaLocation, SchemaValidationIssue};