Back to Eliza

Agent Orchestrator Plugin

packages/docs/plugin-registry/agent-orchestrator.md

2.0.11.0 KB
Original Source

The Agent Orchestrator plugin enables Eliza to spawn and manage open-ended CLI task agents through PTY sessions, allowing agents to delegate complex tasks to specialized child agents.

Package: @elizaos/core (core plugin — always loaded)

Overview

The Agent Orchestrator provides the backbone for multi-agent task delegation within Eliza. It manages the lifecycle of spawned task agents, routing work to dedicated CLI processes via PTY and collecting their results. This enables an agent to break down complex, open-ended tasks and dispatch them to purpose-built sub-agents that run in parallel or in sequence.

Installation

This plugin is bundled in @elizaos/core and is always loaded automatically. No installation step is required.