Add compose context string search utility#264
Merged
paul-paliychuk merged 39 commits intomainfrom Jun 26, 2025
Merged
Conversation
# Conflicts: # examples/chat_history/memory.py
# Conflicts: # pyproject.toml
Contributor
There was a problem hiding this comment.
Important
Looks good to me! 👍
Reviewed everything up to d30bc63 in 48 seconds. Click for details.
- Reviewed
548lines of code in11files - Skipped
0files when reviewing. - Skipped posting
3draft comments. View those below. - Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. src/zep_cloud/types/clone_graph_response.py:10
- Draft comment:
The CloneGraphResponse model looks well‐defined. The custom json() and dict() methods use deep_union_pydantic_dicts to merge the dict representations with exclusion of unset/none values. Verify that this merging behavior meets your API contract as it may mask some differences. - Reason this comment was not posted:
Confidence changes required:50%<= threshold50%None
2. src/zep_cloud/graph/utils.py:8
- Draft comment:
The TEMPLATE_STRING contains inline documentation. Consider using a more structured format (e.g., markdown) to improve readability in client documentation. Also double-check the formatting of the resulting context string. - Reason this comment was not posted:
Confidence changes required:40%<= threshold50%None
3. src/zep_cloud/memory/client.py:28
- Draft comment:
The extract() method's docstring clearly marks it as deprecated and provides usage examples. Ensure that the deprecation notice is communicated to users (for example, via warning logs) if intended. - Reason this comment was not posted:
Confidence changes required:30%<= threshold50%None
Workflow ID: wflow_ZuBR5ioxD28mB3WS
You can customize by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.
# Conflicts: # pyproject.toml
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.
Important
Add
compose_context_stringutility andclonemethod toGraphClient, update version, and deprecate some methods.compose_context_string()inutils.pyto format context fromEntityEdgeandEntityNode.clone()method toGraphClientandAsyncGraphClientinclient.pyfor cloning user or group graphs.2.17.0inpyproject.tomlandclient_wrapper.py.classify_session()andextract_data()as deprecated inmemory.pyandclient.py.CloneGraphResponseto__init__.pyandtypes/__init__.py.reference.mdto include newclone()method documentation.This description was created by
for d30bc63. You can customize this summary. It will automatically update as commits are pushed.