diff --git a/swarm/__init__.py b/swarm/__init__.py index a47b6210..66314fd0 100644 --- a/swarm/__init__.py +++ b/swarm/__init__.py @@ -1,4 +1,4 @@ from .core import Swarm -from .types import Agent, Response +from .types import Agent, Response, Result -__all__ = ["Swarm", "Agent", "Response"] +__all__ = ["Swarm", "Agent", "Response", "Result"]