| metadata | {"category":"tools","tree_id":"subagents/spawn_agent","tree_group":"subagents","min_tier":"task_write","approval_type":"none","emoji":"🤖","enabled_when":"SkillSourceResolver != nil","file_access":"scoped","scope_check":"contract","security_level":"allowlist","policy_groups":["group:subagents"],"profiles":["coding","messaging","full"],"wizard_group":"agents","sort_order":42,"intent_keywords":{"zh":["派生智能体","创建子智能体","spawn","委托"],"en":["spawn agent","create agent","delegate task"]},"summary":"Spawn a skill-driven sub-agent","title":"Spawn Agent","verb":"Spawn","tool_description":"spawn_agent — 基于技能定义派生子智能体。子智能体以独立 LLM 会话运行,其角色、能力、约束和预算由技能 SKILL.md 的 agent_config 定义。","tool_input_schema":{"type":"object","properties":{"skill_name":{"type":"string","description":"Agent skill name to spawn (e.g. 'coder', 'media', 'researcher')"},"task":{"type":"string","description":"Task description for the sub-agent (≤500 chars)"},"timeout_ms":{"type":"integer","description":"Sub-agent timeout in milliseconds (optional, default 60000)"}},"required":["skill_name","task"]}} |