diff --git a/agents/smart/src/hyperforge_smart/__init__.py b/agents/smart/src/hyperforge_smart/__init__.py index e69de29..afe2a58 100644 --- a/agents/smart/src/hyperforge_smart/__init__.py +++ b/agents/smart/src/hyperforge_smart/__init__.py @@ -0,0 +1,3 @@ +from .agent import SmartAgent + +__all__ = ["SmartAgent"]