Import CoTAgent in agents package

pull/1192/head
CI-DEV 1 month ago committed by GitHub
parent d5e42ae153
commit 28d6b38557
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,4 +1,5 @@
from swarms.agents.agent_judge import AgentJudge
from swarms.agents.chain_of_thought import CoTAgent
from swarms.agents.consistency_agent import SelfConsistencyAgent
from swarms.agents.create_agents_from_yaml import (
create_agents_from_yaml,
@ -21,5 +22,6 @@ __all__ = [
"agent_types",
"ReflexionAgent",
"GKPAgent",
"CoTAgent",
"AgentJudge",
]

Loading…
Cancel
Save