ipa-lab / hackingBuddyGPT

Helping Ethical Hackers use LLMs in 50 Lines of Code or less..
https://hackingbuddy.ai/
MIT License
305 stars 38 forks source link

Allow usage as library #22

Open andreashappe opened 2 months ago

andreashappe commented 2 months ago

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.

andreashappe commented 3 weeks ago

the version in the current restructure branch is already install-able through pip.

Before I push this onto pypi, I'll have to add some additional "things":