jules_create_worker
Create a new AI worker session to execute development tasks like code generation, bug fixing, and review using git-integrated multi-agent workflows.
Instructions
Create a new Jules worker session for a task
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_description | Yes | Description of task for the worker | |
| source | Yes | GitHub source (format: "sources/github/owner/repo") | |
| title | Yes | Short title for the session | |
| github_branch | No | Branch to work on (optional, default: "main") | main |
| role | No | Worker role (MAESTRO, CREW, FREELANCER, EVALUATOR) | FREELANCER |
| parent_session_id | No | ID of parent worker (if CREW) |