One agent can help you think. Many agents, working together, can help you build. Orchestration is how Playnex coordinates multiple agents — each with their own purpose, tools, and memory — into a single, flowing process.
Explore Orchestration →Orchestration is the coordination of multiple agents to achieve a larger goal. Each agent does what it’s best at — research, writing, planning, analysis — and Playnex manages the flow between them.
Instead of one overworked generalist, you get a small team of specialists, each with a clear role.
Imagine you want to publish a research‑backed article:
Orchestration is the logic that connects these steps — passing outputs forward, managing state, and keeping everything in sync.
In Playnex, an orchestration flow is a defined sequence of agent steps.
From the CLI, you might create a new flow:
playnex flow create
You’ll define:
Once defined, you can run a flow from the CLI:
playnex flow run research-to-article
Playnex will:
You can monitor progress from the CLI or the dashboard.
Orchestration is tightly connected to memory. Agents in a flow can read from and write to shared capsules.
For example:
This shared memory makes the flow feel coherent — like a team working in the same room.
Orchestration shines when:
Orchestration is how Playnex scales from “one helpful agent” to “a quiet team of specialists” — all running on your devices, under your control.
Now that you understand orchestration, explore the philosophy behind local‑first intelligence.
Learn About Local‑First Intelligence →
Or return to the documentation overview.
Back to Docs →