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
Kye Gomez 243df297ef
cleanup examples folder
2 days ago
..
example_images examples/guides section 3 months ago
graph [KAIZEN][Delete retry_func] [delete profile_all func] [docs back to their place] 4 months ago
README.md cleanup examples folder 2 days ago
advanced_graph_workflow.py [feat][all new multi-agent methods] [feat][cronjob] [improvement][graphworkflow] 4 months ago
graph_workflow_basic.py remove-unused-params from agent.py 3 months ago
graph_workflow_example.py [WORKSHOP][New Examples and demos] 3 months ago
graph_workflow_validation.py [REMOVE UN-USED FILES] [Cleanup Concurrent Dashboard] [file renaming] 3 months ago
test_enhanced_json_export.py [feat][all new multi-agent methods] [feat][cronjob] [improvement][graphworkflow] 4 months ago
test_graph_workflow_caching.py [feat][all new multi-agent methods] [feat][cronjob] [improvement][graphworkflow] 4 months ago
test_graphviz_visualization.py [feat][all new multi-agent methods] [feat][cronjob] [improvement][graphworkflow] 4 months ago
test_parallel_processing_example.py [feat][all new multi-agent methods] [feat][cronjob] [improvement][graphworkflow] 4 months 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.