Patterns · v0.1.0
Example Pattern
Reference automation pattern for multi-agent task orchestration.
Example Pattern
Scenario
This pattern provisions an orchestrator that schedules deterministic seeds across worker pools. It is designed
to be cloned for example-pattern and tuned with your own guardrails.
- Clone the repo and bootstrap dependencies with
pnpm install. - Prime the artifacts bucket using the provided seed pack.
- Run the orchestrator entrypoint against the seeds to verify parity with our proof.
Replay locallybash
pnpm just dev
pnpm exec orchestrator --seedpack example-pattern-seedpack.json --mode dry-run