bernstein_run
Starts an orchestration run by submitting a task with goal, role, priority, scope, complexity, and estimated time.
Instructions
Start an orchestration run by posting a task to the Bernstein server.
Args: goal: Description of what you want Bernstein to accomplish. role: Specialist role to assign (backend, frontend, qa, security, …). priority: 1=critical, 2=normal, 3=nice-to-have. scope: Task scope - small, medium, or large. complexity: Task complexity - low, medium, or high. estimated_minutes: Rough time estimate in minutes.
Returns: JSON with the created task ID, title, and status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | ||
| role | No | backend | |
| scope | No | medium | |
| priority | No | ||
| complexity | No | medium | |
| estimated_minutes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |