[BUG/CLEANUP][Fixed all grammatical errors in HierarchicalSwarm related files] - #1236
Closed
IlumCI wants to merge 14 commits into
Closed
[BUG/CLEANUP][Fixed all grammatical errors in HierarchicalSwarm related files]#1236IlumCI wants to merge 14 commits into
IlumCI wants to merge 14 commits into
Conversation
…and directories - Renamed all files with misspelled 'hiearchical' to 'hierarchical' - Renamed all directories with misspelled 'hiearchical' to 'hierarchical' - Updated all code references and imports - Updated all documentation and README files - Fixed 97 occurrences across 36 files - Renamed 8 files and 3 directories
Resolved conflicts by keeping our complete directory rename structure. All files and directories now correctly use 'hierarchical' spelling.
Clean up: removed the old misspelled directory that was kept from remote merge. Only the correctly renamed hierarchical_swarm structure remains.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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/