Skip to main content

Crate agentsight_capture

Crate agentsight_capture 

Source
Expand description

Reusable event capture and analysis pipeline used by the AgentSight CLI.

Re-exports§

pub use binary_extractor::BinaryExtractor;
pub use event::Event;
pub use runners::AgentRunner;
pub use runners::EventStream;
pub use runners::Runner;
pub use runners::RunnerError;
pub use view::MaterializedView;
pub use view::SharedMaterializedView;

Modules§

analyzers
binary_extractor
binary_resolver
Resolution of the ELF binary that sslsniff should attach its SSL uprobe to.
event
model
runners
sinks
sources
text
view