agent-shadow-rs
Rust port of agent-shadow — agent behavior monitoring and replay.
Features
- Action recording: timestamped actions with duration and success tracking
- Trace analysis: success rate, action type breakdown, filtering
- Shadow mode: silently monitor multiple agents without interference
- Behavior comparison: compare two agents' traces quantitatively
Usage
use ;
let mut shadow = new;
// Record actions
shadow.record;
shadow.record;
shadow.record;
// Analyze
let trace = shadow.get_trace.unwrap;
println!;
println!;
// Compare agents
let cmp = shadow.compare.unwrap;
println!;
License
MIT