pub type PerToolChannelHandle = Arc<RwLock<HashMap<String, Arc<dyn Channel>>>>;Expand description
Per-tool channel-map handle — matches zeroclaw_runtime::tools::PerToolChannelHandle.
Defined locally so zeroclaw-tools doesn’t depend on zeroclaw-runtime.
Aliased Type§
pub struct PerToolChannelHandle { /* private fields */ }