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§
- Cloud
Result - Normalized harvest payload after a successful cloud run.
- Cloud
Task Handle - Opaque handle returned by
CloudDispatchPort::submit_task.
Enums§
- Cloud
Task Status - Observed lifecycle state of a cloud-dispatched task.
Traits§
- Cloud
Dispatch Port - Outbound port for harness-agnostic cloud agent dispatch.