pi-workflows 0.9.1

Terminal viewer and live replay server for pi-workflows run bundles
Documentation

piw

piw is the terminal viewer for pi-workflows. It browses saved workflow runs, follows active runs, and replays recorded workflow and Pi conversation events without rerunning models or tools.

Install

Install the pi-workflows crate to get the piw command:

cargo install pi-workflows

Use

Open the default run directory:

piw

Open another run directory or one specific run bundle:

piw /path/to/runs
piw /path/to/one-run

Serve local runs over the live replay protocol:

piw serve

Connect another viewer to that server:

piw connect ws://127.0.0.1:9377/ws

See the piw viewer guide for controls, themes, replay behavior, and remote viewing.