Skip to content

HaruHunab1320/parallax

Repository files navigation

Parallax

Parallax Logo

Multi-agent orchestration for reliable AI systems

Website · Docs · Pattern Builder


What is Parallax?

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.

Highlights

  • 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.

Quick Start

Prerequisites

  • Node.js >= 18
  • pnpm >= 10.11.0
  • Docker (for etcd and optional services)

Install & build

pnpm install
pnpm build

Run locally

pnpm start

Try a demo

pnpm run demo:patterns

Core Concepts

  • 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:

Repository Structure

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

Links

Licensing

Parallax is open source at the core under Apache 2.0, with enterprise features available under a commercial license. See LICENSE and LICENSE-ENTERPRISE.

About

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.

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
LICENSE-ENTERPRISE

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors