Import ToTAgent in agents package

pull/1198/head
CI-DEV 1 month ago committed by GitHub
parent ab3655daaf
commit 9c1b0b8cac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +1,6 @@
from swarms.agents.agent_judge import AgentJudge from swarms.agents.agent_judge import AgentJudge
from swarms.agents.consistency_agent import SelfConsistencyAgent from swarms.agents.consistency_agent import SelfConsistencyAgent
from swarms.agents.tree_of_thought_agent import ToTAgent
from swarms.agents.create_agents_from_yaml import ( from swarms.agents.create_agents_from_yaml import (
create_agents_from_yaml, create_agents_from_yaml,
) )
@ -22,4 +23,5 @@ __all__ = [
"ReflexionAgent", "ReflexionAgent",
"GKPAgent", "GKPAgent",
"AgentJudge", "AgentJudge",
"ToTAgent",
] ]

Loading…
Cancel
Save