VRSEN / agency-swarm-lab

MIT License
522 stars 238 forks source link

installation guide #1

Open newjxmaster opened 6 months ago

newjxmaster commented 6 months ago

I'm sorry but do we have to close the agency lab repo to the original https://github.com/VRSEN/agency-swarm? because when I just clone it and run I get this: (base) saua@192 agency-swarm-lab % python agency.py python: can't open file '/Users/saua/Documents/AI/SELF OPERATING/agency-swarm-lab/agency.py': [Errno 2] No such file or directory (base) saua@192 agency-swarm-lab %

I only have WebDevCrafters. so if I run the agency.py form there I get this: (base) saua@192 agency-swarm-lab % cd WebDevCrafters (base) saua@192 WebDevCrafters % python agency.py Traceback (most recent call last): File "/Users/saua/Documents/AI/SELF OPERATING/agency-swarm-lab/WebDevCrafters/agency.py", line 1, in from agency_swarm import Agency, set_openai_key ModuleNotFoundError: No module named 'agency_swarm' (base) saua@192 WebDevCrafters %

"Choose an Agency: Decide which agency you would like to run or explore. Each agency is contained in its own folder within the repository.

Install Agency-Specific Requirements: Navigate into the directory of the agency you've chosen. Each agency may have its own requirements.txt file, which specifies additional dependencies necessary for that particular agency."

When install the requirements there're no agency to run or explore..

VRSEN commented 6 months ago

Hey @newjxmaster, make sure you have the correct environment activated, where you installed the requirements. Alternatively you can run pip install agency-swarm. Then run the agency.py file from WebDevCrafters