Merged
Conversation
* Better singleton * Fixed major bug in identifying structure of implicit concept --------- Co-authored-by: Louis Choquel <louis@pipelex.com>
* fix/random * push field * don't use break line * change manifesto link * add pitch * add changelog
* Refactor/improve architecture (#144) * Better singleton * Fixed major bug in identifying structure of implicit concept --------- Co-authored-by: Louis Choquel <louis@pipelex.com> * Fix/ut concept library (#145) * add changelog v0.5.1 * Fix/random (#148) * fix/random * push field * don't use break line * change manifesto link * add pitch * add changelog * fix/Pipelex config fixed path(#151) --------- Co-authored-by: Louis Choquel <louis@pipelex.com>
add branch main to manual-trigger-tests-check
lchoquel
requested changes
Jul 12, 2025
Member
lchoquel
left a comment
There was a problem hiding this comment.
remark on changelog, to fix
- feature request, can be for next release
- improved issue templates - updated Azure/OpenAI integrations, using dated deployment names systematically - changed Makefile targets like `make doc` to `make docs` for consistency
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.
Changelog
[v0.6.0] - 2025-07-12
Changed
Pipelex.make()now takes arelative_config_folder_pathargument, which is considered to be a relative path to the current working directory, pointing to the config folder path of pipelex. The argumentfrom_fileindicates if the path is relative to the caller's file path. If False, the path is considered to be absolute from where the process was started.Added
load_json_list_from_pathfunction inpipelex.tools.misc.file_utils: Loads a JSON file and ensures it contains a list.