//! Generic connector (user connection) support for yolop.
//!
//! Connectors wrap upstream [`everruns_core::connector::Connector`]
//! implementations so sandbox and integration capabilities (Daytona today;
//! E2B and others later) can resolve credentials lazily at tool time through
//! [`YolopConnectionResolver`].
pub use ;
pub use ConnectionCatalog;
pub use YolopConnectionResolver;
pub use ;