Hello,
I noticed while exploring the codebase that there's an inconsistency in the spelling of "Hierarchical" across several files and imports.
Specifically:
- swarms/structs/swarm_router.py: from swarms.structs.hiearchical_swarm import HierarchicalSwarm
-
- Filename: swarms/structs/hiearchical_swarm.py (missing 'r')
-
-
- Filename: hiearchical_swarm_example.py
-
-
-
- Filename: hybrid_hiearchical_peer_swarm.py
However, the README.md and many string literals (like in SwarmType) use the correct spelling "Hierarchical".
It might be worth doing a global search and replace to align everything with the standard English spelling to prevent confusion for users and developers.
Thanks for the great work on Swarms!
Hello,
I noticed while exploring the codebase that there's an inconsistency in the spelling of "Hierarchical" across several files and imports.
Specifically:
However, the README.md and many string literals (like in SwarmType) use the correct spelling "Hierarchical".
It might be worth doing a global search and replace to align everything with the standard English spelling to prevent confusion for users and developers.
Thanks for the great work on Swarms!