Demo runner
Spawn a buyer agent that exercises every paid endpoint via x402 negotiation, generating 60+ paid actions, ProofMesh stakes, and a StreamMeter session.
Run locally
# from repo root
docker compose up -d postgres redis
pnpm install
pnpm --filter @picoflow/sellers run dev # terminal 1
pnpm --filter @picoflow/dashboard run dev # terminal 2
pnpm --filter @picoflow/buyer-agent run demo # generates 60+ actions
Run against this server
SELLER_BASE=https://picoflow.qubitpage.com pnpm --filter @picoflow/buyer-agent run demo