Pi Harness
Run Pi AgentHarness sessions in Fragno with workflow-backed durability.
@fragno-dev/pi-harness exposes durable session routes for Pi's AgentHarness. Applications own
normal @fragno-dev/workflows definitions, tool construction, environment setup, and model
selection; the harness fragment provides session indexing, command delivery, event streaming, typed
clients, and JSONL export.
Start here
- Custom workflows: define normal workflows that call
createAgentLoop(...)orrunPiHarnessStep(...)for multi-step agent orchestration.