Skip to content
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

Error initing empty project #88

Open
zlace opened this issue Nov 22, 2023 · 1 comment
Open

Error initing empty project #88

zlace opened this issue Nov 22, 2023 · 1 comment

Comments

@zlace
Copy link

zlace commented Nov 22, 2023

>agentforge init
All files have been successfully copied!
An error occurred while executing the 'init' command: [Errno 21] Is a directory: '/home/example/dev/aivenv/lib/python3.10/site-packages/agentforge/utils/installer/agents/PredefinedAgents'
@JeremyBickel
Copy link

JeremyBickel commented Dec 9, 2023

I don't know how to do pull requests. For now, here's the fix for this:

Edit 'agentforge_cli.py' (ie. ''/home/example/dev/aivenv/lib/python3.10/site-packages/agentforge/utils/installer/agentforge_cli.py')
Change line 49
From: copy_files_from_src_to_dest("agents", "agents/PredefinedAgents")
To: copy_files_from_src_to_dest("agents/PredefinedAgents", "agents/PredefinedAgents")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants