//! Perception pipeline — converts raw browser state into structured UiMap data.
//!
//! The pipeline takes screenshots and accessibility trees from a `BrowserBackend`
//! and produces `UiMap` objects that the AI agent reasons about.
pub use PerceptionPipeline;
pub use ;