From 7ab6dc2689c4e05357a09f56cc88f61c1a97edd2 Mon Sep 17 00:00:00 2001 From: Ramon Navarro Bosch Date: Fri, 12 Jun 2026 11:55:53 +0200 Subject: [PATCH] Make sure smart agent gets loaded --- agents/smart/src/hyperforge_smart/__init__.py | 3 +++ 1 file changed, 3 insertions(+) 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"]