open-multi-agent-orchestration

Installation
SKILL.md

Open Multi-Agent Orchestration

Skill by ara.so — Daily 2026 Skills collection.

open-multi-agent is a TypeScript framework for building AI agent teams where agents with different roles, models, and tools collaborate on complex goals. The framework handles task dependency resolution (DAG scheduling), parallel execution, shared memory, and inter-agent communication — all in-process with no subprocess overhead.

Installation

npm install @jackchen_me/open-multi-agent
# or
pnpm add @jackchen_me/open-multi-agent

Set environment variables:

export ANTHROPIC_API_KEY=your_key_here
export OPENAI_API_KEY=your_key_here   # optional, only if using OpenAI models
Related skills
Installs
534
GitHub Stars
4
First Seen
Apr 1, 2026