agentlog 0.1.2

CLI flight recorder for AI coding agents - capture, store, and replay AI sessions
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod blame;
pub mod export;
pub mod init;
pub mod policy;
pub mod replay;
pub mod run;
pub mod search;
pub mod status;
pub mod timeline;
pub mod watch;