add AIScientistFramework components to swarms module

pull/791/head
harshalmore31 1 month ago
parent 1c9ecb0b9a
commit da0d1f2bdc

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

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