bernstein_run
Start an orchestration run by submitting a task with a goal, role, priority, scope, and complexity. Returns task ID and status.
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 | |
| priority | No | ||
| scope | No | medium | |
| complexity | No | medium | |
| estimated_minutes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |