composing-workflows
CommunityOrchestrate complex AI agentic workflows.
Software Engineering#workflow orchestration#parallel execution#conditional logic#dag#sequential execution#agent composition#llm pipelines
Authorai-kitchen-inc
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill addresses the complexity of building and managing multi-agent AI systems by providing tools to define, compose, and orchestrate intricate workflows, ensuring efficient and reliable execution of agentic tasks.
Core Features & Use Cases
- Sequential & Parallel Execution: Define workflows using intuitive
|(sequential) and&(parallel) operators. - Layered Composition (L1/L2): Structure workflows by composing components within layers (Data, Intelligence, Output) or composing entire layers for system-level orchestration.
- Conditional Logic & Routing: Implement decision-making within workflows using
Conditionalfor binary branches andRouterfor multi-way routing. - State Management: Utilize
Workflowobjects with checkpointing for long-running or complex pipelines. - Framework Integration: Seamlessly integrate external agents from frameworks like LangChain, AutoGen, and CrewAI via adapters.
- Use Case: Build a content generation pipeline where an initial data layer fetches market research, an intelligence layer uses multiple agents to analyze the data and draft an article, and an output layer generates both a PDF report and a social media post.
Quick Start
Define a sequential workflow that first processes a PDF document and then sends the output to a research agent.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 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: composing-workflows Download link: https://github.com/ai-kitchen-inc/openbench/archive/main.zip#composing-workflows 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 223,000+ vetted skills library on demand.