pi-workflows 0.14.0

Terminal viewer and live replay server for pi-workflows SQLite state
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 canonical workflow database:

piw

Open one run by ID:

piw 20260823T120000Z-example-a1b2c3d4

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.