// SPDX-License-Identifier: MIT
// Copyright (c) 2026 eunomia-bpf org.
//! Native, cross-platform capture substrate for AgentSight.
//!
//! Product analysis, materialization, storage, and presentation live under
//! `ext/`; this crate keeps the existing Event/Runner/Analyzer boundary and
//! platform collectors.
pub use BinaryExtractor;
pub use Event;
pub use ;