pub type SharedAgentRuntime<S> = Arc<Mutex<Runtime<S>>>;
pub struct SharedAgentRuntime<S> { /* private fields */ }