agent-orchestration-patterns

Community

Orchestrate intelligent agents, build complex AI workflows.

Authorricardoroche
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides essential patterns for designing and managing complex multi-agent AI systems. It tackles challenges like inconsistent tool interfaces, stateless conversations, and unreliable tool execution, enabling developers to build robust, scalable, and maintainable agentic applications.

Core Features & Use Cases

  • Pydantic Tool Schemas: Enforces strict input/output validation for AI tools using Pydantic, ensuring predictable interactions.
  • Agent State Management: Provides patterns for maintaining conversation history and agent state across turns, enabling coherent multi-step interactions.
  • Robust Tool Execution: Implements error handling, timeouts, and logging for tool calls, making agent interactions with external systems reliable.
  • Orchestration Patterns: Guides on sequential, parallel, router-based, and hierarchical agent orchestration for diverse workflow needs.
  • Use Case: A team is building an AI assistant that can research, synthesize, and write reports. This skill helps them implement a SequentialOrchestrator to chain a research agent, a synthesis agent, and a writer agent, ensuring each step is executed reliably and passes its output correctly.

Quick Start

Design a multi-agent system that sequentially researches a topic, synthesizes the information, and then writes a summary.

Dependency Matrix

Required Modules

pydantichttpx

Components

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: agent-orchestration-patterns
Download link: https://github.com/ricardoroche/ricardos-claude-code/archive/main.zip#agent-orchestration-patterns

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.