Skip to main content

spawn_subagent

Function spawn_subagent 

Source
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.