Skip to content

Overview

plnt is the orchestration runtime for micro-agent workflows on Kubernetes. Pick a workflow from the registry, pick a GPU backend, and plnt handles the Helm deploy, canary, smoke test, and rollback — as a durable Temporal saga.

  • One CRDWorkflowRun. kubectl apply is the entire deploy trigger.
  • One saga — a Temporal workflow drives every run: pull spec → resolve backend → helm install canary → smoke → promote or rollback.
  • Pluggable workflows — pull from microagents or any S3/OCI registry.
  • Pluggable backends — any Kubernetes cluster with GPU nodes. Same YAML runs on kind, GKE, EKS, on-prem.
  • One playground URLplay.plnt.work — pick a workflow, watch the step DAG, invoke it.
  • Not a workflow framework. plnt doesn’t compete with Argo, Temporal, or Airflow — it stands on top of Temporal and deploys workflow runners.
  • Not a control plane SaaS. Everything runs on your cluster. No plnt.com account.
  • Not a workflow authoring tool. Workflows are authored in microagents (or any registry that speaks the pull path).
  • plnt — the runtime (this repo).
  • microagents — the workflow registry.
  • maps-micro-saas — reference consumer product (Google Maps profile copilot).
  • plnt-site — this marketing site + interactive playground.