zep-crewai 1.0.0__py3-none-any.whl → 1.1.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -127,7 +127,7 @@ class ZepGraphStorage(Storage):
127
127
  if context:
128
128
  self._logger.info(f"Composed context for query: {query}")
129
129
  return [
130
- {"memory": context, "type": "graph_context", "source": "graph", "query": query}
130
+ {"context": context, "type": "graph_context", "source": "graph", "query": query}
131
131
  ]
132
132
 
133
133
  self._logger.info(f"No results found for query: {query}")
zep_crewai/memory.py CHANGED
@@ -156,10 +156,10 @@ class ZepStorage(Storage):
156
156
  self._logger.debug(f"Failed to search user memories: {e}")
157
157
 
158
158
  if thread_context and hasattr(thread_context, "context") and thread_context.context:
159
- results.append({"memory": thread_context.context})
159
+ results.append({"context": thread_context.context})
160
160
 
161
161
  for result in edges_search_results:
162
- results.append({"memory": result})
162
+ results.append({"context": result})
163
163
 
164
164
  return results
165
165
 
@@ -31,7 +31,7 @@ class ZepUserStorage(Storage):
31
31
  search_filters: SearchFilters | None = None,
32
32
  facts_limit: int = 20,
33
33
  entity_limit: int = 5,
34
- mode: Literal["summary", "raw_messages"] = "summary",
34
+ mode: Literal["summary", "basic"] = "summary",
35
35
  **kwargs: Any,
36
36
  ) -> None:
37
37
  """
@@ -44,7 +44,7 @@ class ZepUserStorage(Storage):
44
44
  search_filters: Optional filters for search operations
45
45
  facts_limit: Maximum number of facts (edges) to retrieve for context
46
46
  entity_limit: Maximum number of entities (nodes) to retrieve for context
47
- mode: Mode for thread context retrieval ("summary" or "raw_messages")
47
+ mode: Mode for thread context retrieval ("summary" or "basic")
48
48
  **kwargs: Additional configuration options
49
49
  """
50
50
  if not isinstance(client, Zep):
@@ -155,7 +155,7 @@ class ZepUserStorage(Storage):
155
155
  self._logger.info(f"Composed context for query: {query}")
156
156
  return [
157
157
  {
158
- "memory": context,
158
+ "context": context,
159
159
  "type": "user_graph_context",
160
160
  "source": "user_graph",
161
161
  "query": query,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: zep-crewai
3
- Version: 1.0.0
3
+ Version: 1.1.1
4
4
  Summary: CrewAI integration for Zep
5
5
  Project-URL: Homepage, https://github.com/getzep/zep
6
6
  Project-URL: Documentation, https://help.getzep.com
@@ -0,0 +1,10 @@
1
+ zep_crewai/__init__.py,sha256=Cv-cAbPf7VDS4iQGXQsgN0LVrVotBlwfmVfJ4P-qUkk,1958
2
+ zep_crewai/exceptions.py,sha256=buRZJt5TDankN7PvLq_u0wDlQ0Sp6LKXroS1qTj6koY,403
3
+ zep_crewai/graph_storage.py,sha256=1XqG40E4WZzN-Mh8r1NXlIvfE5yYVlnzngM_0VCmrZA,4798
4
+ zep_crewai/memory.py,sha256=1Zn8qSJ3Nuxg26m9MszqwtIGV1J7qxI4XkNOCn1fQrU,6084
5
+ zep_crewai/tools.py,sha256=S0Pk5UZMkajX3QebU-kKfAz2bkyAjiUjBOijUC3Jlbk,10649
6
+ zep_crewai/user_storage.py,sha256=97qMVhM3TgMPD9UWvv06OX6Hq3epYm7lwpArC8921v0,6869
7
+ zep_crewai/utils.py,sha256=Xu0aRNMYbhHz1a8H93E4uhhDyWI51zEbPBobb7mc3BM,4550
8
+ zep_crewai-1.1.1.dist-info/METADATA,sha256=fGx_CF58iuebTbQX9J_ZvwzuyYzLMxiw5KY3yKX3OYE,10846
9
+ zep_crewai-1.1.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
10
+ zep_crewai-1.1.1.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- zep_crewai/__init__.py,sha256=Cv-cAbPf7VDS4iQGXQsgN0LVrVotBlwfmVfJ4P-qUkk,1958
2
- zep_crewai/exceptions.py,sha256=buRZJt5TDankN7PvLq_u0wDlQ0Sp6LKXroS1qTj6koY,403
3
- zep_crewai/graph_storage.py,sha256=HhrM7GyYbXeKMtbtFy-X-OIMNlXprB7t3uik9uqsdJ4,4797
4
- zep_crewai/memory.py,sha256=lhoOsmJK6Yfe9OULt7OQ98Rk963pCY9_HGbHTnA22u8,6082
5
- zep_crewai/tools.py,sha256=S0Pk5UZMkajX3QebU-kKfAz2bkyAjiUjBOijUC3Jlbk,10649
6
- zep_crewai/user_storage.py,sha256=YXh8TGafNj7Sjvyp5HRsUDOkLqkh88RVyGd54IsZ_Nw,6882
7
- zep_crewai/utils.py,sha256=Xu0aRNMYbhHz1a8H93E4uhhDyWI51zEbPBobb7mc3BM,4550
8
- zep_crewai-1.0.0.dist-info/METADATA,sha256=Fg-GRZRx0Wv3EHKylql9s8r_ircfEbqax55GqcheBec,10846
9
- zep_crewai-1.0.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
10
- zep_crewai-1.0.0.dist-info/RECORD,,