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

Plugins #866

Closed
wants to merge 2 commits into from
Closed

Plugins #866

wants to merge 2 commits into from

Conversation

alecandido
Copy link
Member

The gist of this proposal is to query further packages for Routines, to allow extending Qibocal once installed (without patching it at runtime).

The core of the idea is to register plugins in the Executor (since we're already using it to supervise the execution), directly or automatically, and then use the executor to retrieve the operation.

Direct registration will be done passing a list of Operation-like objects.
Autodiscovery will inspect installed packages to match some pattern, automatically loading those objects.

@alecandido
Copy link
Member Author

Closed in favor of direct Routine object usage
#865 (comment)

@alecandido alecandido closed this May 22, 2024
@alecandido alecandido deleted the plugins branch June 10, 2024 08:02
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.

1 participant