loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

agent-compose

MCP Tool

Ismail-2001/agent-compose

ramework-agnostic multi-agent orchestrator. Declaratively compose LangGraph, CrewAI, and OpenAI SDK agents in a single YAML pipeline for production-ready AI workflows.

Install

$ npx loaditout add Ismail-2001/agent-compose

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "agent-compose": {
      "command": "npx",
      "args": [
        "-y",
        "agent-compose"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

<div align="center">

🌌 agent-compose

The Orchestrator for the Agentic Era.

🚀 *One YAML. Any Framework. Infinite Scale.*

[](LICENSE) [](https://python.org) [](https://deepseek.com) []()

---

Build multi-agent AI systems like you build infrastructure with Docker Compose. Stop writing brittle orchestration glue code. Define your topology in YAML and ship.

Quick Start • Why agent-compose? • DeepSeek Mastery • Architecture

</div>

---

💎 The Philosophy

Multi-agent development is currently in its "Manual Era." Teams spend 70% of their time writing orchestration logic—handling state, resolving dependencies, and tracking costs.

agent-compose brings order to the chaos. It is the first framework-agnostic orchestrator that allows you to mix LangGraph, CrewAI, and OpenAI SDK agents in a single, declarative pipeline.

The "Killer Feature": Framework Mixing

Prototype an agent in CrewAI, refine another in LangGraph, and keep a simple generating agent as a raw LLM call. agent-compose handles the data flow, dependency resolution, and parallel execution.

---

⚡ Quick Start
1. Install
pip install agent-compose[all]
2. Define `agent-compose.yaml`
name: executive-research-pipeline
description: "LangGraph (Research) → CrewAI (Analysis) → DeepSeek (Writing)"

agents:
  researcher:
    framework: langgraph
    model: deepseek-chat
    system_prompt: "Thoroughly research the given topic and extract data points."
    tools: [we

Tags

agentic-aiai-agentscrewaidevops-for-ailanggraphllmmcpmulti-agent-systemorchestration

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated24 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/26/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/Ismail-2001/agent-compose)](https://loaditout.ai/skills/Ismail-2001/agent-compose)