Skip to content

plnt docs

The orchestration runtime for micro-agent workflows. Pick a workflow, pick a backend, plnt handles the rest.

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:

  • google-business — reference end-user product (Google Business Profile copilot). Consumes the runtime.
  • microagents — public registry of workflow recipes. Pull path speaks S3 and OCI.
  • plnt (this) — the runtime. 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 →