-
Notifications
You must be signed in to change notification settings - Fork 111
fix: update python decompose example #566
Copy link
Copy link
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
AngeloDanducci
opened on Mar 2, 2026
Issue body actions
- The python decompose example needs a larger model to guarantee tags are created appropriately for subtasks.
- Ref update to the cli needs to be updated.
- Changes to the decompose pipeline in fix(mellea decomp): Solve ConstraintExtractor parsing fails and improve robustness #445 have made it so that subtask_data.constraints may now contain constraint strings that were not in the original task_prompt_constraints list (they're sub-parts of split constraints). Initial approach to get the test working again will be to simply assign llm as the validation strategy if none exists. Though perhaps elsewhere in the pipeline it should instead map parent -> child (split constraints) validation strategy.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation