transport_dispatch
Dispatch a workflow target via Nogra Transport. Supports hosted and non-hosted modes with brief, wait, sandbox, and run grouping options.
Instructions
Dispatch a workflow target through Nogra Transport.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | If true, block until Transport returns or times out in non-hosted/private mode. | |
| brief | No | Approved inline brief payload for hosted/stateless dispatch. Preferred when available because hosted storage is not authority. | |
| target | No | Workflow target role. Hosted V1 uses agent; blank uses the environment default. | |
| dry_run | No | If true, write dispatch packet/receipt previews without invoking the target process. | |
| sandbox | No | Optional sandbox override passed to the selected local runtime in non-hosted/private mode. | |
| brief_id | No | Optional hosted brief id from the Nogra brief lifecycle. Inline brief payload is preferred when available. | |
| intent_id | No | Optional stable intent id used to group related runs. | |
| brief_path | No | Approved local brief path for non-hosted/private dispatch. | |
| project_dir | No | Existing project directory used as the target working directory. Default is the y26 repo root. | / |
| targetModel | No | Optional targetModel override. Blank uses the brief value or anthropic:sonnet. | |
| wait_seconds | No | Optional wait duration in seconds when wait is true. Zero uses timeout_seconds plus the runtime grace period. | |
| parent_run_id | No | Optional parent Transport run id for child graph linkage. | |
| manager_message | No | Optional Manager instruction or supplement. | |
| timeout_seconds | No | Maximum target runtime in seconds before Transport treats the run as timed out. | |
| shared_doctrine_refs | No | Optional comma- or newline-separated doctrine reference paths for local execution packets; blank supplies none. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||