kyegomez / swarms

The Enterprise-Grade Production-Ready Multi-Agent Orchestration Framework Join our Community: https://discord.com/servers/agora-999382051935506503
https://docs.swarms.world
GNU Affero General Public License v3.0
1.64k stars 220 forks source link

[BUG] #297

Closed ZackBradshaw closed 10 months ago

ZackBradshaw commented 10 months ago

zack@ClownPuter:~/code/swarms$ sudo python3 app.py will register chemical-prop will register douban-film will register wikidata will register stock will register weather will register wikipedia will register wolframalpha will register office-ppt will register bing_search will register bing_map will register baidu_map will register nllb-translation will register baidu-translation will register tutorial will register file_operation will register meta_analysis will register database will register db_diag will register code_interpreter will register hugging_tools will register arxiv will register zillow will register google_scholar will register google_places will register google_serper will register python will register sceneXplain will register shell will register image_generation will register airbnb will register job_search will register gradio_tools will register walmart Traceback (most recent call last): File "/home/zack/code/swarms/app.py", line 15, in from swarms.modelui.modules.block_requests import OpenMonkeyPat from swarms.modelui.modules.block_requests import OpenMonkeyPatch, RequestBlocker File "/home/zack/code/swarms/swarms/init.py", line 6, in <mod File "/home/zack/code/swarms/swarms/init.py", line 6, in from swarms.swarms import * # noqa: E402, F403 File "/home/zack/code/swarms/swarms/swarms/init.py", line 4, File "/home/zack/code/swarms/swarms/swarms/init.py", line 4, in from swarms.swarms.base import AbstractSwarm File "/home/zack/code/swarms/swarms/swarms/base.py", line 7, in < File "/home/zack/code/swarms/swarms/swarms/base.py", line 7, in from swarms.agents.base import AbstractWorker ImportError: cannot import name 'AbstractWorker' from 'swarms.agent ImportError: cannot import name 'AbstractWorker' from 'swarms.agents.base' (/home/zack/code/swarms/swarms/agents/base.py)

Upvote & Fund

Fund with Polar

kyegomez commented 10 months ago

@ZackBradshaw try updating your package and return the new results, this code does not exist any more