From 9e271590c56502d513c69c20f9351b0904f10eaa Mon Sep 17 00:00:00 2001 From: Kye Date: Tue, 3 Oct 2023 19:50:49 -0400 Subject: [PATCH] clean up --- pyproject.toml | 2 +- swarms/agents/omni_modal_agent.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 80c60f57..4a71403e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "swarms" -version = "1.7.2" +version = "1.7.3" description = "Swarms - Pytorch" license = "MIT" authors = ["Kye Gomez "] diff --git a/swarms/agents/omni_modal_agent.py b/swarms/agents/omni_modal_agent.py index 1847da43..fd574851 100644 --- a/swarms/agents/omni_modal_agent.py +++ b/swarms/agents/omni_modal_agent.py @@ -104,7 +104,8 @@ class OmniModalAgent: # tools: List[BaseTool] ): self.llm = llm - + + print("Loading tools...") self.tools = [ load_tool(tool_name) for tool_name in [