//! Docker-based agent execution module.
//!
//! This module provides support for running OpenCode agents in Docker containers,
//! communicating with them via an HTTP/SSE bridge.
pub use DockerOpenCodeAdapter;
pub use DockerDetector;
pub use DockerProcessManager;
pub use *;
pub use *;