1 2 3 4 5 6
//! Types the standalone editor shares across its processes (the page, the //! engine worker, and the desktop bridge), behind the `protocol` //! feature. The agent surface is gated separately behind //! `protocol-agent`. pub mod protocol;