Blog/Lab
Open-sourcing our provisioning planner
The internal tool that decides what to set up from a plain-language description — now public for anyone building agent-operated software.
When an agent reads ‘a notes app with logins,’ something has to decide that means a database and an auth provider. That something is our provisioning planner, and we’re opening it up.
What it does
It maps an intent in plain language to the concrete set of services a project needs, resolves the order they should be set up in, and hands the agent a ready plan to execute.
- Turns descriptions into a service list.
- Resolves dependencies between services.
- Stays readable, so you can see why it chose what it chose.
Why open source
For a tool built for developers, the highest-leverage marketing is shipping developer tools. We use ours; now you can too, whether or not you build on Cohesivity.