Plan Generators
Plan Generators use the same technology as tool creation, but expose it directly to a Builder to generate dynamic, one‑off tools based on a user’s need.
How they work
Instead of saving a tool, a Plan Generator builds a temporary workflow on the fly, executes it, and discards it afterward. This allows Builders to adapt to each request while still leveraging the full task library.
When to use
Plan Generators are ideal when:
- The workflow depends on the specific user request.
- You want dynamic orchestration without creating a permanent tool.
- You need access to the full task library with minimal setup.