feat: change plugin manager to use cpex and remove context forge imports and dependencies#58
Merged
julianstephen merged 13 commits intomainfrom Mar 6, 2026
Merged
feat: change plugin manager to use cpex and remove context forge imports and dependencies#58julianstephen merged 13 commits intomainfrom
julianstephen merged 13 commits intomainfrom
Conversation
583f0d5 to
d43061d
Compare
…cordingly Signed-off-by: julianstephen <julian.stephen@gmail.com>
Signed-off-by: julianstephen <julian.stephen@gmail.com>
* ♻️ Move nemoguardrails requirement to nemo plugin Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com> * 👷 Updated sh scripting Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com> * 💡 Update Dockerfile comments Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com> --------- Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com> Signed-off-by: julianstephen <julian.stephen@gmail.com>
Signed-off-by: julianstephen <julian.stephen@gmail.com>
…quirements.txt Signed-off-by: julianstephen <julian.stephen@gmail.com>
Signed-off-by: julianstephen <julian.stephen@gmail.com>
Signed-off-by: julianstephen <julian.stephen@gmail.com>
Signed-off-by: julianstephen <julian.stephen@gmail.com>
Signed-off-by: julianstephen <julian.stephen@gmail.com>
3 tasks
evaline-ju
reviewed
Mar 6, 2026
Contributor
evaline-ju
left a comment
There was a problem hiding this comment.
The cpex changes themselves LGTM with a few small questions/suggestions, but I'm not seeing a change through this on the first request when I leverage the changes as an internal plugin
| # Customize payload for testing | ||
| message = Message( | ||
| content=TextContent(type="text", text="prompt"), role=Role.USER | ||
| content=TextContent(type="text", text="prompt", _meta={}), |
Contributor
There was a problem hiding this comment.
q - is this necessary? can it just default to empty?
Collaborator
Author
There was a problem hiding this comment.
I remember seeing syntax error without it.
Co-authored-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com> Signed-off-by: julianstephen <julian.stephen@gmail.com>
Co-authored-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com> Signed-off-by: julianstephen <julian.stephen@gmail.com>
Signed-off-by: julianstephen <julian.stephen@gmail.com>
evaline-ju
approved these changes
Mar 6, 2026
Contributor
evaline-ju
left a comment
There was a problem hiding this comment.
after a few more trials the first requests seem to work now - not sure what changed but that bug seems resolved for now. Thanks for the updates!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Leveraging cpex plugin framework and manager and moving out of contextforge dependencies
Related issue(s)
Fixing issue #29 and #25