agentsight-capture-core
agentsight-capture-core is the native collection substrate behind the
agentsight command-line tool. It
provides embedded eBPF probe runners, agent-native and /proc sources, and the
normalized event stream boundary. Product analysis, views, and sinks live in
agentsight-analysis.
The eBPF runners are Linux-only at runtime and require root or suitable BPF capabilities. AgentSight keeps the probes in isolated child processes; linking this crate does not link libbpf into the caller.
use ;
# async
The agentsight binary is the primary consumer of this API. It adds command
parsing, terminal and web views, session orchestration, and reports.