-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Files do not exist! #14
Comments
Are you using windows? I got the same issue. I even created the folders manually. Nothing. |
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. |
To answer the inital issue raised here, the prints you see are not errors but rather just warnings. If you specify the tools, files or schemas folder folder in the agent's init function, it'll automatically try to import those files. Since those folders do not exist (and they were not meant to be there), it simply skips them and gives you a warning print. |
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?
The text was updated successfully, but these errors were encountered: