delegate_start
Delegate multi-step research, file analysis, or long-running Python tasks to a local agent and receive a job ID instantly, then poll for status and collect results.
Instructions
Hand a multi-step task to Yevgeny and get a job id back immediately. Yevgeny can search and read files, fetch web pages, write structured output, and run Python (including multi-hour background simulations). Returns at once - poll with delegate_status and collect with delegate_result. Give a thorough brief: state the goal, the sources or directories to use, and the exact output format you want.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | No | Absolute path the agent may read from via glob/grep/read_file. Omit for web-only work. The agent can never write here. | |
| task | Yes | Full task brief, including desired output format | |
| model | No | Ollama model, default gemma4:12b |