Skip to content

Commit

Permalink
codeintepretorapi conflict
Browse files Browse the repository at this point in the history
Former-commit-id: d582ee9
  • Loading branch information
kyegomez committed Aug 9, 2023
1 parent 2542e31 commit 8a6914c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name = 'swarms',
packages = find_packages(exclude=[]),
version = '1.2.0',
version = '1.2.1',
license='MIT',
description = 'Swarms - Pytorch',
author = 'Kye Gomez',
Expand Down
1 change: 0 additions & 1 deletion swarms/swarms/hivemind.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import logging

#this needs to change, we need to specify exactly what needs to be imported
from swarms.agents.tools.agent_tools import *
from swarms.swarms.swarms import HierarchicalSwarm

logging.basicConfig(level=logging.DEBUG, format='%(asctime)s - %(levelname)s - %(message)s')
Expand Down
1 change: 0 additions & 1 deletion swarms/workers/worker_agent_ultra.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

from langchain.memory.chat_message_histories import FileChatMessageHistory

from swarms.agents.tools.agent_tools import *

logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')

Expand Down
1 change: 0 additions & 1 deletion tests/agents/workers/worker_node.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import pytest
from swarms.agents.tools.agent_tools import *
from unittest.mock import MagicMock, patch
from swarms.worker.worker_node import WorkerNodeInitializer, WorkerNode # replace your_module with actual module name

Expand Down

0 comments on commit 8a6914c

Please sign in to comment.