timps_delegate
Delegate multi-step goals to an agent kernel that plans and routes tasks to specialist agents, returning structured results. Use for complex goals requiring coordinated execution.
Instructions
Delegate a multi-step goal to the TIMPS Agent Kernel. The kernel plans, routes to specialist agents, and returns a structured result. Use for complex goals like 'fix the auth bug and ensure 80% test coverage'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | The high-level goal to accomplish. | |
| context | No | Optional metadata: repo_path, branch, language, etc. |