Break objective into bounties
compile_objective_with_cloud_agentUse this when the person has a broad digital objective that should be broken into smaller independently reviewable bounty drafts. The model output is advisory and creates, funds, claims, verifies, or settles nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | Optional repository, workflow, prior attempts, or other objective context. | |
| max_tasks | No | Maximum graph size; defaults to 5. | |
| objective | Yes | The larger digital objective to coordinate. | |
| source_url | No | Optional public HTTPS source URL. | |
| constraints | No | Optional bounded objective constraints. | |
| idempotency_key | No | Optional stable key for retry-safe compilation. | |
| solver_budget_usdc | No | Optional advisory solver-only budget allocated deterministically after graph validation. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | ||
| tasks | Yes | ||
| title | No | ||
| sandbox | No | ||
| provider | No | ||
| objective | Yes | ||
| published | No | ||
| questions | No | ||
| risk_flags | No | ||
| source_url | No | ||
| next_action | No | ||
| schema_version | No | ||
| parallel_layers | No | ||
| execution_policy | No | ||
| evidence_boundary | Yes | ||
| settlement_policy | No | ||
| solver_budget_usdc | No | ||
| success_definition | No | ||
| verification_policy | No |