Expand description
Subagent Executor - Real agent instance execution for parallel tasks.
This module implements true subagent execution by creating lightweight Agent instances that can run independently with optional worktree isolation.
Structs§
- Subagent
Config - Configuration for subagent executor
- Subagent
Executor - Subagent executor - manages parallel agent execution
- Subagent
Result - Subagent execution result
- Subagent
Task - Subagent task definition
- Token
Usage - Token usage for subagent
Functions§
- cleanup_
worktree - Cleanup worktree after task completion
- create_
task - Create a SubagentTask from parameters
- setup_
worktree - Setup worktree isolation for a task