agent-event-emit
Structured event emitter for agent runs. JSON-line-ready Events with monotonic ids, run id, and ms timestamps. No sink chosen; you write the line where you want.
use Emitter;
use json;
let mut e = new;
let ev = e.emit;
println!;
MIT or Apache-2.0.