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§
- Spawn
Subagent Tool - Spawn an ephemeral SubAgent that inherits the parent agent’s identity and runs a focused prompt under the same alias.