-
Notifications
You must be signed in to change notification settings - Fork 7
[feat] [langchain] Add langchain integrations, and internal ci-tools #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
NoahKex
reviewed
Jul 4, 2025
NoahKex
approved these changes
Jul 4, 2025
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.
PR Description:
This PR introduces several new features and improvements to the
cozeloop-langchain
andci-tools
packages.cozeloop-langchain:
Increased Unit Test Coverage: The commit
a6b75ef
focuses on increasing the unit test coverage for thecozeloop-langchain
package, ensuring better code quality and robustness.Propagation: The commit
a08997c
implements the propagation feature, allowing for efficient handling and processing of data within thecozeloop-langchain
package.Readme and Changelog Updates: The commit
b11febd
updates the README and CHANGELOG files, providing better documentation and tracking changes made to thecozeloop-langchain
package.Unit Test Arrangement: The commit
74506cf
reorganizes and arranges the unit tests for thecozeloop-langchain
package, improving code structure and maintainability.Multi-Callback Exporter: The commit
1d45e73
introduces a multi-callback exporter feature, enabling the export of multiple callbacks within thecozeloop-langchain
package.LangChain Format Parsing: The commit
070751f
adds functionality to parse the LangChain format, allowing for better integration and compatibility with the LangChain ecosystem.Callback Implementation: The commit
28484bb
implements the callback feature within thecozeloop-langchain
package, enabling callbacks for various operations and events.ci-tools:
fd6de15
initializes theci-tools
package with version 0.0.1, laying the foundation for future development and integration of CI tools.Overall, this PR enhances the
cozeloop-langchain
package with increased test coverage, new features like propagation, multi-callback exporter, and LangChain format parsing. Additionally, it introduces theci-tools
package for CI-related tools and utilities.