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

Allow usage as library #22

Open
andreashappe opened this issue Apr 22, 2024 · 1 comment
Open

Allow usage as library #22

andreashappe opened this issue Apr 22, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@andreashappe
Copy link
Member

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 andreashappe self-assigned this Apr 22, 2024
@andreashappe andreashappe added the enhancement New feature or request label Apr 22, 2024
@andreashappe
Copy link
Member Author

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":

  • some sort of warning, that you only should use this with test-systems
  • update the documentation

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

No branches or pull requests

1 participant