You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
swarms/examples/multi_agent/sequential_workflow/README.md

947 B

Sequential Workflow Examples

This directory contains examples demonstrating sequential workflow patterns for multi-agent systems.

Examples

Overview

Sequential workflows execute agents in a specific order, where each agent's output becomes the next agent's input. This pattern is useful for pipelines, multi-stage processing, and workflows with clear dependencies between steps.