fix: Hotfixes before the 0.4.15 release#1083
Merged
fenilfaldu merged 7 commits intomainfrom Jun 16, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This hotfix PR focuses on cleaning up notebooks and updating dependency references ahead of the upcoming 0.4.15 release. Key changes include clearing notebook outputs, updating title generation in the documentation generator, and revising dependency references in instrumentation modules.
Reviewed Changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| examples/mem0/mem0_memoryclient_example.ipynb | Cleared execution counts and outputs for notebook cleanliness |
| examples/generate_documentation.py | Added title override logic for improved documentation |
| examples/anthropic/anthropic-example-sync.ipynb | Reformatted cell sources to an array format for updated notebook standards |
| examples/ag2/async_human_input.ipynb | Added a new empty code cell (potential placeholder) |
| examples/ag2/agentchat_with_memory.py & .ipynb | Removed; indicates cleanup of obsolete examples |
| examples/ag2/README.md | Reordered and renamed examples for clarity |
| agentops/instrumentation/openai/wrappers/chat.py | Added explicit check for non-null tools |
| agentops/instrumentation/ag2/instrumentor.py | Updated dependency reference from "autogen" to "ag2" |
| agentops/instrumentation/init.py | Bumped autogen dependency version to match instrumentation changes |
Codecov ReportAttention: Patch coverage is
📢 Thoughts on this report? Let us know! |
fenilfaldu
approved these changes
Jun 16, 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 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.
📥 Pull Request
📘 Description
Bunch of cleanup and fixes for the release
🧪 Testing
Tested against the notebooks