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/graphworkflow_examples/README.md

1.2 KiB

Graph Workflow Examples

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

Examples

Subdirectories

Overview

Graph workflows enable complex, non-linear agent interactions where agents are nodes and their relationships form edges. This allows for sophisticated workflows with conditional paths, parallel branches, and dynamic routing based on intermediate results.