Skip to main content

Module cloud_dispatch_port

Module cloud_dispatch_port 

Source
Expand description

CloudDispatchPort — submit remote cloud-agent tasks and harvest PR results.

Core defines the port contract and value types; cloud-* adapter crates implement it against Cursor Cloud Agents, Kilo gateway-backed dispatch, etc.

Structs§

CloudResult
Normalized harvest payload after a successful cloud run.
CloudTaskHandle
Opaque handle returned by CloudDispatchPort::submit_task.

Enums§

CloudTaskStatus
Observed lifecycle state of a cloud-dispatched task.

Traits§

CloudDispatchPort
Outbound port for harness-agnostic cloud agent dispatch.