pub type AgentSpawnFuture<'a, T, E> = Pin<Box<dyn Future<Output = Result<T, E>> + Send + 'a>>;
Future returned by one injected subagent-spawn helper.
pub struct AgentSpawnFuture<'a, T, E> { /* private fields */ }