Expand description
Convenience API for AI-ops (agent-driven) verification.
Provides a high-level function that builds evidence, selects controls, and evaluates — reducing integration from ~40 lines to ~5.
Structs§
- Action
Input - Input for a single agent action (simplified builder input).
- Session
Input - High-level input for assessing an agent session.
Functions§
- assess_
session - Assess an agent session against AI-ops controls.
- build_
evidence - Build an
EvidenceBundlefrom agent session input.