pull/791/merge
harshalmore31 1 month ago committed by GitHub
commit 58df6d27d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -81,6 +81,11 @@ from swarms.structs.swarms_api import (
SwarmValidationError, SwarmValidationError,
) )
from swarms.structs.agent_builder import AgentsBuilder from swarms.structs.agent_builder import AgentsBuilder
from swarms.structs.aicoscientist import (
AIScientistFramework,
AgentRole,
Hypothesis,
)
__all__ = [ __all__ = [
"Agent", "Agent",
@ -154,4 +159,7 @@ __all__ = [
"SwarmValidationError", "SwarmValidationError",
"AgentInput", "AgentInput",
"AgentsBuilder", "AgentsBuilder",
"AIScientistFramework",
"AgentRole",
"Hypothesis",
] ]

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save