dispatch_to_llm
Spawns a background LLM agent to handle a task. Checks RAM (needs 500MB+), enforces max 2 concurrent dispatches. Returns PID and log file path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Task description for the background agent. | |
| max_turns | No | Max turns for the agent. Default: 15. | |
| permissions | No | File paths the agent is allowed to edit (bypasses UNTOUCHABLE for these files). Expires after 24h. |