agentd 0.1.0

Agent daemon for secure capability execution with pluggable isolation backends
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod escalation;
pub mod generator;
pub mod interaction;
pub mod recording;
pub mod types;

pub use escalation::*;
pub use generator::*;
pub use interaction::*;
pub use recording::*;
pub use types::*;