Release/v0.15.4#449
Merged
Merged
Conversation
* check_is_initialized * Test TestPipelexCheckInitialization * Improve builder usex: command, config and docs * Check readiness * Nicer pretty print for dicts * More pretty builder * Prettier builder steps * pretty builder * More pretty builder and lists * Prettier running * Prettier inputs * Fix missing preset * Prettier syling * Pretty details about all pipe specs * Fix pretty print tests * Add tests for existence in model deck of of Model Skills used in Pipe Specs * Remove dead code * Remove _check_critical_dependencies
- Support inference with Groq
- pretty console outputs during pipe run and at the end
thomashebrard
previously approved these changes
Nov 12, 2025
Use Large runner for CI
thomashebrard
previously approved these changes
Nov 13, 2025
Fix display of used AI models (escaping brackets)
thomashebrard
approved these changes
Nov 13, 2025
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Added
pipelex buildCommand: Now generates a self-contained directory (e.g.,results/pipeline_01/) containingbundle.plx,inputs.json,run_{pipe_code}.py,bundle_view.html, andbundle_view.svg. New CLI options:--output-name (-o)for custom base name,--output-dirfor custom directory, and--no-extrasto generate only the.plxfile.llm_for_creativityandcheap_llm_for_creativitymodel waterfalls, plus[cogt.model_deck_config]section inpipelex.tomlfor configuring model fallback behavior..pipelex/inference/backends/groq.toml), model specifications, costs, capabilities, new model aliases (base-groq,fast-groq,vision-groq), and routing profile (all_groq).Changed
pipelex runis now pretty-printed and adapts to content type.exceptions.pyfiles per module, centralized validation logic intovalidation.pymodules, addedValueErrorto blueprints, and removed unused exceptions for improved maintainability.Fixed
llm_for_testing_gen_objectpreset from0.5to0.1for more deterministic structured data generation.LLM_FOR_VISUAL_DESIGNskill inpipe_llm_specto point tocheap_llm_for_creativitypreset.pipe_llm_vision.plxfromimageA/imageBtoimage_a/image_b.Removed
pipelex/core/validation_errors.pyfile as part of exception hierarchy refactoring.