Skip to content

Typo/Inconsistency: "hiearchical" vs "Hierarchical" across codebase #1504

@DinhLucent

Description

@DinhLucent

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions