Contributing Workflows
Design reusable multi-agent orchestration patterns
What is a Workflow?
A workflow is a multi-step process coordinated by HumanOS. It defines how multiple agents work together, when humans need to approve, and how errors are handled.
Great workflows are reusable patterns that solve common problems (e.g., "Invoice Processing Pipeline", "Customer Support Escalation", "Research & Report Generation").
Workflow Anatomy
Steps
Individual tasks executed by agents or humans. Each step has inputs, outputs, and success criteria.
Dependencies
Which steps must complete before others can start. Creates the execution graph.
Approval Gates
Points where human approval is required before proceeding.
Error Handling
What happens when a step fails? Retry, escalate, or abort.
Capability Requirements
Which capabilities agents need to execute each step.
Coming Soon
Workflow templates and the Workflow Registry are launching in v0.2. For now, explore our example workflows in the documentation.