feat: (m-decompose) Module Prompt V3#770
Open
csbobby wants to merge 20 commits intogenerative-computing:mainfrom
Open
feat: (m-decompose) Module Prompt V3#770csbobby wants to merge 20 commits intogenerative-computing:mainfrom
csbobby wants to merge 20 commits intogenerative-computing:mainfrom
Conversation
Contributor
|
The PR description has been updated. Please fill out the template for your PR to be reviewed. |
This was referenced Apr 1, 2026
Open
Contributor
Author
|
Updated the modular prompts to adapt the recent llms. |
Contributor
Author
|
Hi This passes the tests and ready to be reviewed @jakelorocco. |
jakelorocco
reviewed
Apr 2, 2026
cli/decompose/decompose.py
Outdated
Contributor
There was a problem hiding this comment.
Should this v3 get added back in given the jinja2 template being added?
Contributor
Author
There was a problem hiding this comment.
Are you asking if the v3 jinja2 template is been added? Yes, m_decomp_result_v3.py.jinja2 is included in the PR.
Contributor
Author
There was a problem hiding this comment.
The m-decompose will use the latest version of templates.
Contributor
There was a problem hiding this comment.
"v3" is commented out of the code here.
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.
Module Prompt V3
Description
Implementation Checklist
Protocol Compliance
parts()returns list of constituent parts (Components or CBlocks)format_for_llm()returns TemplateRepresentation or string_parse(computed: ModelOutputThunk)parses model output correctly into the specified Component return typeTesting
tests/components/