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
Hugh b4245f8f17
restored missing sync files
1 month ago
..
README.md restored missing sync files 1 month ago
concurrent_workflow.py restored missing sync files 1 month ago
sequential_wofkflow.py restored missing sync files 1 month ago
sequential_worflow_test.py restored missing sync files 1 month ago
sequential_workflow.py restored missing sync files 1 month ago
sequential_workflow_example.py restored missing sync files 1 month ago
sonnet_4_5_sequential.py restored missing sync files 1 month ago

README.md

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.