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
Hugh b4245f8f17
restored missing sync files
1 month ago
..
example_images restored missing sync files 1 month ago
graph restored missing sync files 1 month ago
README.md restored missing sync files 1 month ago
advanced_graph_workflow.py restored missing sync files 1 month ago
graph_workflow_basic.py restored missing sync files 1 month ago
graph_workflow_example.py restored missing sync files 1 month ago
graph_workflow_validation.py restored missing sync files 1 month ago
test_enhanced_json_export.py restored missing sync files 1 month ago
test_graph_workflow_caching.py restored missing sync files 1 month ago
test_graphviz_visualization.py restored missing sync files 1 month ago
test_parallel_processing_example.py restored missing sync files 1 month ago

README.md

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.