Docs.rs
agentcarousel-0.2.2
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
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.
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
bin
cli
core
evaluators
fixtures
reporters
runner
lib.rs
main.rs
1
2
3
fn
main
(
)
{
std
::
process
::
exit
(
agentcarousel
::
run
(
)
)
;
}