Skip to content

Conversation

@ZackBradshaw
Copy link
Contributor

@ZackBradshaw ZackBradshaw commented Jan 16, 2026

resolves #1004


πŸ“š Documentation preview πŸ“š: https://swarms--1318.org.readthedocs.build/en/1318/

exit(1)

# Initialize swarm
swarm = HierarchicalSwarm(

Check failure

Code scanning / Pyre

Unbound name Error

Unbound name [10]: Name HierarchicalSwarm is used but not defined in the current scope.
# Always append to primary agents list
if not self.agents:
self.agents = []
self.agents.extend(new_agents)

Check failure

Code scanning / Pyre

Undefined attribute Error

Undefined attribute [16]: typing.Sequence has no attribute extend.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[IMPROVEMENT][Improve HiearchicalSwarm]

1 participant