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.
13 lines
530 B
13 lines
530 B
# Hierarchical Swarm Control Framework (HSCF) Examples
|
|
|
|
This directory contains examples demonstrating the Hierarchical Swarm Control Framework.
|
|
|
|
## Examples
|
|
|
|
- [single_file_hierarchical_framework_example.py](single_file_hierarchical_framework_example.py) - Complete hierarchical framework example in a single file
|
|
|
|
## Overview
|
|
|
|
The Hierarchical Swarm Control Framework (HSCF) provides a structured approach to building hierarchical multi-agent systems with clear control flows, delegation patterns, and coordination mechanisms.
|
|
|