compose-agents
CommunityOrchestrate agents in pipelines, in parallel, or in loops.
Software Engineering#parallel execution#multi-agent#orchestration#agent routing#Python#iterative loop#sequential workflow
AuthorNicolaiLassen
Version1.0.0
Installs0
System Documentation
What problem does it solve?
It helps you design reliable multi-agent workflows by coordinating when one agent runs after another, when multiple agents run simultaneously, and when an iterative review/repair loop should continue.
Core Features & Use Cases
- SequentialAgent: Chain agents so the next agent uses the previous agent’s final output as context.
- ParallelAgent: Run multiple agents concurrently with branch isolation, then combine results downstream.
- LoopAgent: Repeat a set of agents until a stop condition is met, supporting fixed iteration limits or custom continuation logic.
- Transfer routing: Hand off work between specialized sub-agents using transfer tools, enabling triage and delegation patterns.
Quick Start
Use compose-agents to build a pipeline that runs research in parallel, then synthesizes the results sequentially, and finally reviews the draft in an approval loop.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: compose-agents Download link: https://github.com/NicolaiLassen/orxhestra/archive/main.zip#compose-agents Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.