VRSEN / agency-swarm

The only reliable agent framework built on top of the latest OpenAI Assistants API.
https://vrsen.github.io/agency-swarm/
MIT License
2.42k stars 650 forks source link

No module named 'agency_swarm' #50

Closed ai-made-approachable closed 8 months ago

ai-made-approachable commented 8 months ago

Whatever I try, I cannot get the notebook running. image

Any ideas? I also tried changing the sys.path, but to no avail.

ai-made-approachable commented 8 months ago

Anything wrong about my installation routine? Btw if you are interested I can create a pull request for them.

How to install agency-swarm

Install software

Install Project:

Run Project:

wealthypotato commented 8 months ago

Have you had the chance to find a solution?

ai-made-approachable commented 8 months ago

No. I was hoping VRSEN would take a look. Really excited about this project.

VRSEN commented 8 months ago

Hey guys, you can now install with pip install agency-swarm

fylingpete commented 8 months ago

Try the following:

pip uninstall agency_swarm

and then install the new library with

pip install agency-swarm

ai-made-approachable commented 8 months ago

Yeah that solves it! Thank you very much :)