Skip to main content

Module spawn_subagent

Module spawn_subagent 

Source
Expand description

Agent-loop tool that spawns an ephemeral SubAgent inheriting the parent’s identity, security policy, and memory allowlist, runs a focused prompt, and returns the response. Cron’s JobType::Agent dispatch is the other SubAgent spawn site; both funnel through crate::subagent::SubAgentSpawn so permission inheritance, tracing-span shape, and audit attribution stay uniform.

Structs§

SpawnSubagentTool
Spawn an ephemeral SubAgent that inherits the parent agent’s identity and runs a focused prompt under the same alias.