Compositions · Orchestration Frameworks

Orchestration Frameworks

43 compositions.

  • Agent Network Protocol (ANP)Open specification (and reference implementation) for decentralised agent-to-agent communication: cross-platform DID identity, dynamic protocol negotiation, an…
  • AgentScopeProvide a production-ready agent framework with built-in ReAct agent, MsgHub for multi-agent message routing, MCP/A2A integration, real-time steering via hooks…
  • AgentVerseMulti-agent framework with two distinct modes: task-solving (collaborative agents work toward a shared goal) and simulation (autonomous agents interact in an e…
  • AgnoProvide an SDK and runtime for building agent platforms — role-defined Agents, multi-mode Teams (coordinate / route / broadcast / sequential), Workflows, persi…
  • Atomic AgentsProvide a lightweight, schema-driven framework for building Agentic AI pipelines as composable LEGO-style blocks — each AtomicAgent or tool has a Pydantic inpu…
  • AutoAgentAllow non-coders to build and run LLM agents through natural-language dialogue — the framework profiles agents, generates tools and workflows, and runs them in…
  • AutoGenBuild scalable, event-driven multi-agent AI applications in which conversable agents exchange asynchronous messages, optionally execute code, and coordinate th…
  • AutoGPTProvide a platform to create, deploy, and run continuous autonomous AI agents that chain LLM reasoning with a fixed Command/Tool catalogue, an episodic action…
  • BabyAGIExplore the self-building autonomous-agent direction via the functionz function framework — a database-backed store of named functions with dependency tracking…
  • BeeAI FrameworkProvide a multi-language (Python + TypeScript) framework for production-ready multi-agent systems with a RequirementAgent that enforces declared rules across L…
  • BurrBuild stateful decision-making applications (chatbots, agents, simulations) as an explicit state machine of @action-decorated functions with pluggable persiste…
  • CAMEL-AIStudy agent scaling laws by providing a multi-agent framework whose core building blocks are ChatAgent (tool-calling LLM agent), RolePlaying (AI-assistant + AI…
  • ChatDevCommunicative multi-agent framework for software development that runs a waterfall SDLC (design → coding → testing → documentation) through role-specialised LL…
  • CrewAIOrchestrate teams of role-playing autonomous agents that collaborate on multi-step tasks under a declared Process (sequential or hierarchical), optionally driv…
  • DB-GPTOpen-source AI-native data platform built around the AWEL agent workflow language, multi-model support, and natural-language access to databases (Text2SQL, vec…
  • DSPyReplace hand-tuned prompts with a declarative Python programming model in which you specify input/output behaviour as Signatures, compose Modules (Predict, Cha…
  • EkoBuild production-ready agentic workflows in JavaScript/TypeScript from natural-language commands — decomposing a request into a multi-step workflow that runs m…
  • HamiltonExpress data and LLM pipelines as a directed acyclic graph of Python functions so transformations are testable, modular, and have automatic lineage and executi…
  • HaystackBuild production-ready LLM applications — RAG, agents, and multimodal search — as explicit pipelines of typed Components with a tool-using Agent at the top.
  • HippoRAGHippocampus-inspired RAG framework that builds a knowledge graph from documents and uses Personalized PageRank for multi-hop retrieval, replacing naive top-k v…
  • KAG (Knowledge Augmented Generation)Knowledge-augmented generation framework built on the OpenSPG knowledge graph engine that translates natural-language questions into logical forms over a schem…
  • LangChainProvide a standard, model-agnostic Python/TypeScript interface plus a prebuilt agent (create_agent) for building LLM applications that loop over tool calls in…
  • LangGraphProvide low-level orchestration infrastructure for long-running, stateful agents with durable execution, persistent memory, and built-in human-in-the-loop inte…
  • LettaBuild stateful LLM agents that remember, learn, and improve over time by self-managing a tiered memory (in-context blocks plus archival/recall stores) via tool…
  • LlamaIndexProvide an open-source Python/TypeScript framework for context-augmented LLM and agent applications combining RAG primitives (data connectors, indexes, query e…
  • MarvinExpress agentic AI work as a set of structured Tasks executed by portable Agents inside Threads, producing validated Pydantic outputs.
  • MastraProvide a TypeScript-native framework for AI agents and multi-step workflows, where Agents run an LLM tool-calling loop bounded by maxSteps, Workflows give gra…
  • MetaGPTMaterialise software-engineering Standard Operating Procedures as multi-agent teams of Roles whose communication is mediated by an Environment.
  • ModelScope-AgentProvide a lightweight, extensible Chinese-ecosystem agent framework with RolePlay agents, tool calling, hybrid RAG, and MCP-mediated multi-agent workflows.
  • Not DiamondCommercial intelligent model-routing service that predicts the best-performing model per query and dispatches automatically across configured endpoints.
  • OpenAgentsOpen platform for language agents in the wild, bundling three specialised agents — Data Agent (Python/SQL data analysis), Plugins Agent (200+ APIs), and Web Ag…
  • OpenManusProvide an open, no-invite-code clone of the Manus general AI agent that combines a ReAct tool-calling loop with browser-use, code execution, and MCP tools.
  • OpenRouterHosted LLM aggregator that exposes a single OpenAI-compatible endpoint over hundreds of models from many providers, with built-in provider routing, automatic f…
  • picoagentsTeach the building blocks of production multi-agent systems through small, testable primitives.
  • PocketFlowCapture the core graph abstraction of LLM frameworks in 100 lines of zero-dependency Python so Agent, Multi-Agent, Workflow, and RAG patterns can be assembled…
  • Pydantic AIProvide a Python-first, model-agnostic agent framework that brings the 'FastAPI feeling' to GenAI by making Pydantic-validated structured output, type-safe dep…
  • Qwen-AgentProvide a Python framework for building LLM applications that exercise the instruction-following, tool-use, planning, and memory capabilities of Alibaba's Qwen…
  • RAGFlowOpen-source RAG engine that pairs deep document-understanding (DeepDoc) layout-aware parsing with an agentic, graph-orchestrated workflow runtime, MCP support,…
  • RouteLLMResearch framework for training and serving LLM routers that dynamically dispatch each query between a stronger, more expensive model and a cheaper but weaker…
  • Semantic KernelLightweight model-agnostic SDK (C#/Python/Java) that turns existing code into Plugins of KernelFunctions so LLMs can call them via auto function calling, with…
  • smolagentsProvide a barebones (~1k LoC) Python library for multi-step ReAct agents whose default action format is executable Python code rather than JSON tool calls, wit…
  • TaskWeaverCode-first agent framework that converts user requests into executable Python code, preserves in-memory state (variables, DataFrames) across turns, and orchest…
  • XAgentAutonomous LLM agent for complex task solving with an outer planner / inner actor architecture, a dispatcher that spawns specialised sub-agents, a sandboxed To…