Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
windows 11, conda env python 3.12
pip install swarms
(some difficulty with installation requiring compilation of chroma-hnswlib, which can be resolved by installing MS build tools or with manually installing conda package)
code crashes at >from swarms import Agent
Expected behavior
example code would run seemlessly
Screenshots
Additional context
uvloop not in requirements or pyproject.toml
uvloop not compatible with windows.
problematic uvloop import in file ...swarms\structs\multi_agent_exec.py
Upvote & Fund
We're using Polar.sh so you can upvote and help fund this issue.
We receive the funding once the issue is completed & confirmed by you.
Thank you in advance for helping prioritize & fund our backlog.
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
>from swarms import Agent
Expected behavior example code would run seemlessly
Screenshots
Additional context uvloop not in requirements or pyproject.toml
uvloop not compatible with windows.
problematic uvloop import in file
...swarms\structs\multi_agent_exec.py
Upvote & Fund