Add CRCAAgent to agent imports and types

pull/1181/head
CI-DEV 2 months ago committed by GitHub
parent 638e9e2ba2
commit 97ab02da43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3,6 +3,7 @@ from swarms.agents.consistency_agent import SelfConsistencyAgent
from swarms.agents.create_agents_from_yaml import (
create_agents_from_yaml,
)
from swarms.agents.cr_ca_agent import CRCAAgent
from swarms.agents.flexion_agent import ReflexionAgent
from swarms.agents.gkp_agent import GKPAgent
from swarms.agents.i_agent import IterativeReflectiveExpansion
@ -22,4 +23,5 @@ __all__ = [
"ReflexionAgent",
"GKPAgent",
"AgentJudge",
"CRCAAgent",
]

Loading…
Cancel
Save