[BUG/CLEANUP][Fixed all grammatical errors in HierarchicalSwarm related files] #1236
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR fixes a widespread misspelling throughout the codebase: "hiearchical" → "hierarchical". The misspelling was present in:
Changes made:
Files renamed:
swarms/structs/hiearchical_swarm.py→hierarchical_swarm.pyswarms/structs/hybrid_hiearchical_peer_swarm.py→hybrid_hierarchical_peer_swarm.pyswarms/prompts/hiearchical_system_prompt.py→hierarchical_system_prompt.pyexamples/guides/hiearchical_marketing_team.py→hierarchical_marketing_team.pyhiearchical_swarm_example.py→hierarchical_swarm_example.pyexamples/multi_agent/hiearchical_swarm/→hierarchical_swarm/(directory)examples/multi_agent/hiearchical_swarm/hiearchical_examples/→hierarchical_examples/(directory)examples/multi_agent/hiearchical_swarm/hiearchical_swarm_ui/→hierarchical_swarm_ui/(directory)Impact:
Issue
#1232
Dependencies
None - CLEANUP
Tag maintainer
@kyegomez
Testing
All existing tests should continue to pass as this is purely a naming/spelling correction with no functional changes. The changes have been verified by:
Checklist
📚 Documentation preview 📚: https://swarms--1236.org.readthedocs.build/en/1236/