VRSEN / agency-swarm-lab

MIT License
522 stars 238 forks source link

Files do not exist! #14

Open nasko94 opened 4 months ago

nasko94 commented 4 months ago

I followed this guide https://www.youtube.com/watch?v=BEpDRj9H3zE to the T, but when I try to run the agency.py for the CodeSolutionAgency inside Docker I get this error:

2024-04-19 15:57:08 seluser@6678e9414e7c:/app/CodeSolutionAgency$ python agency.py Files folder '/app/CodeSolutionAgency/PlannerAgent/files' is not a directory. Skipping... 2024-04-19 15:57:09 Schemas folder path is not a directory. Skipping... /app/CodeSolutionAgency/PlannerAgent/schemas 2024-04-19 15:57:09 Files folder '/app/CodeSolutionAgency/Devid/files' is not a directory. Skipping... 2024-04-19 15:57:09 Schemas folder path is not a directory. Skipping... /app/CodeSolutionAgency/Devid/schemas 2024-04-19 15:57:09 Files folder '/app/CodeSolutionAgency/BrowsingAgent/files' is not a directory. Skipping... 2024-04-19 15:57:09 Schemas folder path is not a directory. Skipping... /app/CodeSolutionAgency/BrowsingAgent/schemas

Those file are not presented even here in the repo, why?

josedandrade commented 2 months ago

Are you using windows? I got the same issue. I even created the folders manually. Nothing.

josedandrade commented 2 months ago
(agents) PS D:\GitHub_Windows\agency-swarm-lab\CodeSolutionAgency> python agency.py  
Files folder 'D:\GitHub_Windows\agency-swarm-lab\CodeSolutionAgency\Devid\files' is not a directory. Skipping...
Schemas folder path is not a directory. Skipping...  D:\GitHub_Windows\agency-swarm-lab\CodeSolutionAgency\Devid\schemas
Files folder 'D:\GitHub_Windows\agency-swarm-lab\CodeSolutionAgency\BrowsingAgent\files' is not a directory. Skipping...
Schemas folder path is not a directory. Skipping...  D:\GitHub_Windows\agency-swarm-lab\CodeSolutionAgency\BrowsingAgent\schemas
Updating agent... PlannerAgent
Updating agent... Devid
Updating agent... BrowsingAgent
Running on local URL:  http://0.0.0.0:7860

To create a public link, set `share=True` in `launch()`.

Browser:

Hmmm… can't reach this pageIt looks like the webpage at http://0.0.0.0:7860/ might be having issues, or it may have moved permanently to a new web address.