What problem does it solve?
This Skill enables the creation and management of workflows that are executed on a fleet of pi agents, providing an agentic and self-improving workflow orchestration system.
Core Features & Use Cases
- Self-Designing Workflows: Design workflows with the goal in mind, automatically discovering the right tools and parallelizing tasks into a DAG.
- Durable & Sealed Nodes: Each node is a complete, sealed pi agent, ensuring isolation and security.
- Self-Improving: A learning loop that improves workflows over time by capturing and applying successful runs.
- Use Case: Imagine you want to automate a complex data processing pipeline with multiple steps and parallel processing. You can use piflow-init to design and set up the workflow, then execute it on a fleet of pi agents.
Quick Start
Run the piflow-init skill to create a new workflow. For example, to create a workflow for processing a dataset, you would use the following command:
piflow-init create workflow-name