Hands-on onboarding and worked examples.
Onboarding: Build Your First Workflow
Why PGS Exists Traditional systems: embed behavior in code are difficult to audit and reproduce require changes across multiple layers PGS: declares behavior in protocol artifacts compiles it into an execution graph executes deterministically with a full trace This onboarding shows how to work within that model. 1. What You Already Did If you followed the pgs_workspace README, you ran this: ./scripts/bootstrap_pgs.sh source .venv/bin/activate ./scripts/demo_sample_workflow.sh You saw a workflow execute twice. The first run registered an actor. The second run produced ALREADY_EXISTS on one node — and still wrote to the event stream. You examined a trace. ...