swink-agent-eval 0.9.0

Evaluation framework for swink-agent: trajectory tracing, golden path verification, and cost governance
Documentation
1
2
3
4
5
6
7
8
//! Built-in prompt templates grouped by evaluator family (T049-T053).

pub mod agent;
pub mod code;
pub mod multimodal;
pub mod quality;
pub mod rag;
pub mod safety;