1. Conduid
  2. AI
  3. parallax-agent-runtime
MCP server · AI

parallax-agent-runtime

MCP server for AI agent orchestration - spawn, manage, and coordinate multiple AI agents

Unclaimed devtools
39Low

Scored 4 months ago · breakdown

About parallax-agent-runtime

parallax-agent-runtime is an MCP server published by git+HaruHunab1320 in the AI category: mCP server for AI agent orchestration - spawn, manage, and coordinate multiple AI agents. It has been installed 0 times through Conduid.

Install

Install
npx parallax-agent-runtime
Claude Code
claude mcp add parallax -- npx -y parallax-agent-runtime
npx
npx -y parallax-agent-runtime

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about parallax-agent-runtime

Powered by Claude · Grounded in docs

I know everything about parallax-agent-runtime. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

Parallax


What Parallax Is

Parallax is a control plane for orchestrating agents with explicit patterns, org charts, and runtime-backed execution.

At its core, Parallax gives you:

  • Prism patterns and primitives for explicit orchestration logic
  • A control plane that loads patterns, manages executions, and streams events
  • Multiple runtimes for local PTY sessions, Docker containers, and Kubernetes pods
  • Managed threads for long-lived supervised work, especially coding tasks in mutable workspaces
  • Workspace and memory services for repo provisioning, shared decisions, and episodic experience reuse

The architectural model is:

  • agent = execution substrate
  • thread = orchestration substrate

That keeps Parallax explicit and deterministic while still supporting long-running CLI-agent work with tools like Claude Code, Codex CLI, Gemini CLI, and Aider.

Current Architecture

Parallax is organized into four main layers:

  1. Client layer CLI, web dashboard, docs site, and external API consumers.
  2. Control plane Pattern engine, Prism runtime, execution management, thread persistence, memory, scheduling, and workspace preparation.
  3. Runtime layer runtime-local, runtime-docker, and runtime-k8s implement agent and thread execution.
  4. Agent layer SDK agents plus interactive coding CLIs and other runtime-backed workers.

Key architectural capabilities today:

  • pattern-driven orchestration with Prism and reusable primitives
  • explicit org-chart and workflow execution
  • managed thread APIs for spawn, supervision, events, input, and stop
  • workspace-aware coding execution with context file injection
  • shared decisions and episodic experiences for future thread preparation
  • runtime abstraction across local, Docker, and Kubernetes

For the deeper architecture docs, start here:

Core Concepts

  • Patterns define orchestration logic in Prism or compiled YAML.
  • Primitives are the reusable building blocks for execution, aggregation, control, confidence, and thread supervision.
  • Runtimes are the execution backends that actually host agents or CLI workers.
  • Managed threads are the long-lived units the control plane supervises over time.
  • Workspaces provide repo-aware execution contexts for coding tasks.
  • Memory captures compressed decisions and prior outcomes for future work.

Quick Start

Prerequisites

  • Node.js >= 18
  • pnpm >= 10.11.0
  • Docker for local infrastructure

Install

pnpm install
pnpm build

Start the platform

Basic local startup:

pnpm start

This is the simplest way to bring up Parallax for development.

If you want the fuller local stack, including database-backed control-plane features:

pnpm run infra:all
pnpm run dev:control-plane

Useful next commands:

pnpm run dev:web
pnpm run demo:patterns
pnpm run test
pnpm run type-check

For more startup modes, see:

Managed Threads

Managed threads are now a first-class part of Parallax.

Use them when you need:

  • long-horizon coding tasks
  • supervised CLI workers in real repositories
  • normalized events like thread_ready, thread_blocked, and thread_turn_complete
  • memory injection before spawn
  • durable thread state and event history

The main REST surface lives under:

  • /api/managed-threads

See:

Repository Structure

parallax/
├── apps/
│   ├── builder/                # Pattern Builder app
│   ├── docs/                   # Docusaurus docs site
│   ├── marketing/              # Marketing site
│   ├── web-dashboard/          # Web dashboard
│   └── demo-*/                 # Demo applications
├── packages/
│   ├── control-plane/          # Main orchestration service
│   ├── primitives/             # Prism primitives
│   ├── pattern-sdk/            # YAML/SDK tooling for Prism generation
│   ├── org-chart-compiler/     # Org-chart compilation to executable workflows
│   ├── runtime-interface/      # Shared runtime and thread contracts
│   ├── runtime-local/          # Local PTY-based runtime
│   ├── runtime-docker/         # Docker runtime
│   ├── runtime-k8s/            # Kubernetes runtime
│   ├── runtime-mcp/            # MCP surface for runtime and thread operations
│   ├── coding-agent-adapters/  # Claude/Codex/Gemini/Aider adapter layer
│   ├── pty-manager/            # PTY session manager used by local execution
│   ├── git-workspace-service/  # Workspace provisioning and repo operations
│   ├── sdk-typescript/         # TypeScript agent SDK
│   ├── sdk-python/             # Python agent SDK
│   ├── sdk-go/                 # Go agent SDK
│   ├── sdk-rust/               # Rust agent SDK
│   └── ...                     # Auth, telemetry, monitoring, CLI, and support packages
├── patterns/                   # Example patterns and compiled workflow artifacts
├── scripts/                    # Development, smoke, and maintenance scripts
├── k8s/                        # Kubernetes manifests and Helm charts
└── docs/                       # Internal architecture and implementation docs

What To Read Next

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.

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About parallax-agent-runtime

How do I install parallax-agent-runtime?

Run npx parallax-agent-runtime, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is parallax-agent-runtime safe to use with an AI agent?

Its trust score is 39 out of 100 (low). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is parallax-agent-runtime still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.