capo-agent 0.6.0

Coding-agent library built on motosan-agent-loop. Composable, embeddable.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! M3: persistent session storage on top of `motosan_agent_loop::FileSessionStore`.

pub mod id;
pub mod lookup;
pub mod paths;
pub mod replay;

pub use id::{encode_cwd, SessionId};
pub use lookup::SessionLookup;
pub use paths::SessionPaths;
pub use replay::hydrate_read_files;