This repository has been archived by the owner on Sep 12, 2024. It is now read-only.
Ability to change the Specific Passes in jaclang using Plugin Interface #546
Labels
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
Currently MTLLM is running as a separate repo but the with_llm feature in jaclang only works with mtllm installed. and there is no purpose for that if mttlm is not installed. At the same time developers has to make PRs to the jaclang repo to get language level changes that required to add new functionalities to the mtllm repo. This is counter-productive.
Describe the solution you'd like
Currently we can override add new methods to stuff in plugin folder using pluggy. What if we add the same ability to all the Passes in jaclang. How it will look in the plugin repo will look like this for mtllm
Describe alternatives you've considered
Another option is to have the mtllm inside jaclang. this is not productive as it defeats the purpose of giving developers the ability to create plugins.
The text was updated successfully, but these errors were encountered: