pub async fn spawn_subagent(
task: &Task,
tag: &str,
working_dir: &Path,
default_harness: Harness,
) -> Result<AgentResult>Expand description
Spawn a single agent using extension-based spawning (async, no tmux)
This is a convenience function for spawning a single agent.