Currently all agents are defined within usecases which is great for the initial phase of our projects (where most contributors are adding new agents). In the long run, it would be better to allow 'external' agents that are stored outside of the project directory.
In such a case, hackingbuddyGPT would be installed through pip and pointed to the agent definition to execute the agent.
Currently all agents are defined within
usecaseswhich is great for the initial phase of our projects (where most contributors are adding new agents). In the long run, it would be better to allow 'external' agents that are stored outside of the project directory.In such a case, hackingbuddyGPT would be installed through
pipand pointed to the agent definition to execute the agent.