start_run
Start or continue a research run in Open Science by submitting a prompt and project ID, receiving a run ID to monitor progress.
Instructions
Submit research (may incur model cost), or continue an existing session. cwd must match the session directory on follow-ups. Approvals stay in Open Science UI. Returns a run ID; poll/wait on that ID. Same-key retries are protected only in the same daemon lifetime within 24 hours of the first request; inspect original runs/sessions after restart or expiry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | ||
| prompt | Yes | ||
| project_id | Yes | ||
| session_id | No | ||
| turn_intent | No | ||
| idempotency_key | Yes | Generate once per intended operation (for example a UUID). Same-key/same-argument replay is protected only in the same Open Science daemon lifetime, within 24 hours of the first request. After restart, expiry, or uncertain instance identity, inspect existing IDs and UI before deciding whether to retry. |