diff --git a/multi_modal_agent_example.py b/mm_agent_example.py similarity index 87% rename from multi_modal_agent_example.py rename to mm_agent_example.py index e6b708a3..7f4754ce 100644 --- a/multi_modal_agent_example.py +++ b/mm_agent_example.py @@ -1,4 +1,4 @@ -from swarms import MultiModalAgent +from swarm.agents import MultiModalAgent node = MultiModalAgent()