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
Kye Gomez 243df297ef
cleanup examples folder
1 day ago
..
README.md cleanup examples folder 1 day ago
concurrent_workflow.py [IMPROVEMENT][AgentLoader with markdown, csv, and other capaibilties] [fix examples] [swarms.utils.agent_loader -> MarkdownAgentLoader] [util][swarm_id] [Improve SequentialWorkflowPrompting] 3 months ago
sequential_wofkflow.py update reasoning agent router docs 4 months ago
sequential_worflow_test.py [IMPROVEMENT][AgentLoader with markdown, csv, and other capaibilties] [fix examples] [swarms.utils.agent_loader -> MarkdownAgentLoader] [util][swarm_id] [Improve SequentialWorkflowPrompting] 3 months ago
sequential_workflow.py [feats][swarms.communication] + [docs][cleanup] + [tests][cleanup and swarms.communication] 6 months ago
sequential_workflow_example.py [IMPROVEMENT][AgentLoader with markdown, csv, and other capaibilties] [fix examples] [swarms.utils.agent_loader -> MarkdownAgentLoader] [util][swarm_id] [Improve SequentialWorkflowPrompting] 3 months ago
sonnet_4_5_sequential.py [DOCS][Update][ Multi agent exec utilites] 4 weeks 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.