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

Plugin #8195

Closed
wants to merge 4 commits into from
Closed

Plugin #8195

wants to merge 4 commits into from

Conversation

ShreyaShedge
Copy link

Addressing Issue #7126,

  1. Made a Plugin Directory to add extensions.
  2. Loading Plugins Implement a function load_plugins() to scan the plugin directory, import each plugin module, and instantiate any classes that implement the plugin interface.
  3. Calling Plugin Methods Create a sample plugin cloud_vm_sim.py that implements the interface and defines the behavior you want, like calling your cloud VM service with userdata.

@bblommers
Copy link
Collaborator

This does not compile, is not integrated into the rest of the code, can't be extended/customized by the user...

It looks like what an LLM would output. Please don't use code like that as-is (or force others to spend time reviewing it) - it's nowhere near good enough.

@bblommers bblommers closed this Oct 4, 2024
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

Successfully merging this pull request may close these issues.

2 participants