dispatchrun / dispatch

Entrypoint of the Dispatch ecosystem.
11 stars 1 forks source link

Pickled value container support #76

Closed chriso closed 3 months ago

chriso commented 3 months ago

This PR updates the CLI to be able to inspect Python inputs and outputs wrapped in the new dispatch.sdk.python.v1.Pickled container from https://github.com/dispatchrun/dispatch-proto/pull/35.

It also updates the CLI to report more detailed information about coroutine state when the new typed_coroutine_state field is used.