agentsight-analysis 1.0.24

Composable analysis, materialization, and storage extensions for AgentSight.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// SPDX-License-Identifier: MIT
// Copyright (c) 2026 eunomia-bpf org.

#[cfg(any(test, feature = "test-support"))]
pub use agentsight_capture_core::runners::FakeRunner;
pub use agentsight_capture_core::runners::agent;
pub use agentsight_capture_core::runners::common;
pub use agentsight_capture_core::runners::process;
pub use agentsight_capture_core::runners::{
    AgentRunner, BinaryRunner, EventStream, ProcessRunner, Runner, RunnerError,
};

pub mod system;
pub use system::{SystemConfig, SystemRunner};