sage_spawn_agent
Run one focused local SAGE specialist for a bounded development task. Use only when a task clearly matches one specialization: code, test, debug, security, or performance. Returns agent_type, task, status, and a compact result.
Instructions
Run one focused local SAGE specialist for a bounded development task. Use only when a task clearly matches one specialization: code, test, debug, security, or performance. Returns agent_type, task, status, and a compact result. Side effects depend on the task: the specialist may inspect files, run local commands through SAGE, or propose edits. Do not use for open-ended chat, secrets, credentials, or tasks requiring external account access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Concrete bounded task for the specialist, including target files or command context when known. | |
| agent_type | Yes | Specialization: code (implement), test (verify), debug (investigate), security (scan), performance (optimize) |