About this template
Stop leaving Pi for a workflow engine
You already have the long conversation.
What you want next is control flow: propose → holy grail → y/n → implement — without opening n8n, a CI runner, or another harness.
This fork hands you that. Pi boots with osolmaz/pi-workflows installed and the example graphs seeded. Type /workflow and the boxed widget is already there.
The undeniable demo
export ANTHROPIC_API_KEY=sk-ant-... # or OPENAI_API_KEY / GEMINI_API_KEY
pi
/workflow
/workflow echo summarize this repository
Or discuss a real problem first, then:
/workflow elegant-solution
Watch the graph advance above the editor: propose → holy grail → decision → implement or human checkpoint. Same conversation. No external orchestrator.
What lands in your fork
- pi-workflows extension —
pi install git:github.com/osolmaz/pi-workflowsalready run (package under~/.pi/agent/git/…, registered insettings.json) - Seeded graphs ready as
/workflow …:echo— smallest end-to-end graphelegant-solution— Socratic propose → holy grail → y/n → implementautoimplement— implement → verify → review loopbranch,two-turn,shell,autoresearch
- Runtime deps in persist (
jiti,typebox) so imports resolve on a fresh fork - Native in-pi widget — the graph lives in the terminal, not a separate web viewer
BYOK — your keys, your VM
Model keys stay in your environment. They are never part of the template.
export ANTHROPIC_API_KEY=sk-ant-...
# export OPENAI_API_KEY=sk-...
# export GEMINI_API_KEY=...
pi
Then /workflow list (or /workflow alone) to see every seeded graph.
Who this is for
- You run Pi and keep hitting multi-step sequences that need conditionals
- You tried bolting an orchestrator outside the harness and lost conversation context
- You want a forkable box, not a weekend of package wiring
Who this is not for
- You need Claude Code / Codex / OpenClaw specifically (this harness is Pi only)
- You want someone else to hold your model keys (jurniti is BYOK — you export them)
Provenance
Built from osolmaz/pi-workflows by Onur Solmaz. Pi: pi.dev.
Fork it. Own the box. Keep the conversation.
Risk note
jurniti 30-day money-back on first purchase. Model keys are yours (BYOK).