Multi-agent orchestration for reliable AI systems
Website · Docs · Pattern Builder
Parallax is an orchestration layer for AI agents. It coordinates multiple models or services, applies consensus and quality gates, and produces confidence-scored results that are suitable for production workflows.
You can define orchestration flows in YAML or visually using the Pattern Builder, then execute them against your agents with deterministic aggregation and validation.
- Multi-agent orchestration: Consensus, voting, merge, and verification patterns.
- Confidence scoring: Quantify uncertainty and enforce thresholds.
- Pattern Builder: Visual editor + YAML export.
- Agent runtimes: Local, Docker, and Kubernetes support.
- Language agnostic: Agents can be written in any language.
- Node.js >= 18
- pnpm >= 10.11.0
- Docker (for etcd and optional services)
pnpm install
pnpm buildpnpm startpnpm run demo:patterns- Patterns define orchestration graphs.
- Agents execute tasks and return results with confidence.
- Aggregation merges or votes across outputs.
- Validation enforces quality gates and thresholds.
For the authoritative guide, see the docs:
parallax/
├── apps/
│ ├── docs/ # Documentation site
│ ├── marketing/ # Marketing site
│ ├── builder/ # Pattern Builder app
│ └── web-dashboard/ # Web dashboard
├── packages/
│ ├── control-plane/ # Pattern engine + runtime integration
│ ├── runtime/ # Core runtime services
│ ├── pattern-builder/ # Builder UI package
│ ├── sdk-typescript/ # TypeScript SDK
│ └── sdk-python/ # Python SDK
├── patterns/ # Example patterns
└── docs/ # Internal docs and design notes
- Website: https://parallaxai.dev
- Docs: https://docs.parallaxai.dev
- Pattern Builder: https://builder.parallaxai.dev
- GitHub: https://github.com/HaruHunab1320/parallax
- Discord: https://discord.gg/jdjqvMa2
- X: https://x.com/Parallax__AI
Parallax is open source at the core under Apache 2.0, with enterprise features
available under a commercial license. See LICENSE and LICENSE-ENTERPRISE.