pub type SubagentDelegateFactory = Arc<dyn Fn(i64, SessionId) -> Arc<dyn SubagentSessionDelegate> + Send + Sync>;Expand description
Factory for the neutral subagent delegate supplied by a higher-level host.
Aliased Typeยง
pub struct SubagentDelegateFactory { /* private fields */ }