AgentForge
AgentForge copied to clipboard
Error initing empty project
>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'
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")