Quickstart
pip install, plnt playground up, first workflow run in 60 seconds.
Start here →
plnt is the runtime that turns a micro-agent workflow spec + a Kubernetes GPU backend into a running service — with canary, smoke test, and rollback, all driven by a durable Temporal saga.
It sits in the middle of a three-repo stack:
WorkflowRun CRD → Temporal saga → Helm deploy.Quickstart
pip install, plnt playground up, first workflow run in 60 seconds.
Start here →
Local dev
Run the playground API and the site’s UI on the same laptop. Set it up →
Architecture
The 4-layer stack — product, registry, runtime, backend. Read →
WorkflowRun CRD
The declarative deploy contract. kubectl apply is the trigger.
Inspect →
playground.plnt.work end-to-end.