Update __init__.py

pull/1003/head
CI-DEV 1 month ago committed by GitHub
parent 11db60af4c
commit fce92537f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -11,6 +11,12 @@ from swarms.agents.reasoning_agents import (
agent_types, agent_types,
) )
from swarms.agents.reasoning_duo import ReasoningDuo from swarms.agents.reasoning_duo import ReasoningDuo
from swarms.agents.hierarchical_structured_communication_agents import (
HierarchicalStructuredCommGenerator,
HierarchicalStructuredCommEvaluator,
HierarchicalStructuredCommRefiner,
HierarchicalStructuredCommSupervisor,
)
from swarms.structs.stopping_conditions import ( from swarms.structs.stopping_conditions import (
check_cancelled, check_cancelled,
check_complete, check_complete,
@ -44,4 +50,8 @@ __all__ = [
"ReflexionAgent", "ReflexionAgent",
"GKPAgent", "GKPAgent",
"AgentJudge", "AgentJudge",
"TalkHierarchicalGenerator",
"TalkHierarchicalEvaluator",
"TalkHierarchicalRefiner",
"TalkHierarchicalSupervisor",
] ]

Loading…
Cancel
Save