MemoryOS 1.1.1__py3-none-any.whl → 1.1.2__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.
Potentially problematic release.
This version of MemoryOS might be problematic. Click here for more details.
- {memoryos-1.1.1.dist-info → memoryos-1.1.2.dist-info}/METADATA +1 -1
- {memoryos-1.1.1.dist-info → memoryos-1.1.2.dist-info}/RECORD +7 -7
- memos/__init__.py +1 -1
- memos/api/product_models.py +1 -1
- {memoryos-1.1.1.dist-info → memoryos-1.1.2.dist-info}/WHEEL +0 -0
- {memoryos-1.1.1.dist-info → memoryos-1.1.2.dist-info}/entry_points.txt +0 -0
- {memoryos-1.1.1.dist-info → memoryos-1.1.2.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
memos/__init__.py,sha256=
|
|
1
|
+
memos/__init__.py,sha256=UskX96T9J0ZaLp9Ubx5fFFtJcY6qE1BeLumraYRyFCk,575
|
|
2
2
|
memos/api/client.py,sha256=zaXBRlAlGX28b5xWKilal-zoR2DYLRIYxo47Q3LdEFU,4045
|
|
3
3
|
memos/api/config.py,sha256=SCUtLtYOebne73Bj3QHQR29L1JtftSWR4teTpd8A7gA,24732
|
|
4
4
|
memos/api/context/dependencies.py,sha256=G9vfMVEeQczSd7ma4hlXSk2S8K6txjXHVO27R6FlbjQ,1240
|
|
@@ -6,7 +6,7 @@ memos/api/exceptions.py,sha256=MfTNXwLwJE7tHwNVTHlJsB3kF14oA0JfA1-S8xrZEus,833
|
|
|
6
6
|
memos/api/mcp_serve.py,sha256=GtJDZYx4yxKMs4sCddKJbRAjgsbRunr6S2nAT-KeBMs,21270
|
|
7
7
|
memos/api/middleware/request_context.py,sha256=RNaeJt1AqmSfCB6lxkp8voyOjum7k6CrMV2w3cZgv10,2088
|
|
8
8
|
memos/api/product_api.py,sha256=OOrrJ8h4BuJWXD8L8wb22E0Zfa73X0PwLC51wF0d5sc,1178
|
|
9
|
-
memos/api/product_models.py,sha256=
|
|
9
|
+
memos/api/product_models.py,sha256=0yvI2q5Md_j8P4IK7NuqKMs9csm7I0-cFqufvPSrmRM,9292
|
|
10
10
|
memos/api/routers/__init__.py,sha256=nbduRsr-7RkfBIYEBkbYkpB-7GG7QZgNfEQwLHbDXpI,21
|
|
11
11
|
memos/api/routers/product_router.py,sha256=63FzAgIpSNijSyRspk5ftHwhGzTM5D19IbP23xLU9C0,17568
|
|
12
12
|
memos/api/start_api.py,sha256=gR1vM7tYKiS1VNv9Jya9gvflhxeobFV4AQHTKCeW95Q,15185
|
|
@@ -191,8 +191,8 @@ memos/vec_dbs/base.py,sha256=gbw7Gb_zs8Yx8kJIx6aTM-Ylsb4qLkVOFB-iwNJW6Sw,3564
|
|
|
191
191
|
memos/vec_dbs/factory.py,sha256=Noa4caqzPT9b59i2jzdpAHFCSHiMfDmgRox1POkRRfE,710
|
|
192
192
|
memos/vec_dbs/item.py,sha256=mLrcHF0nWtMCUjScBgaeeSqabQ3vJhKr_6wrU_g25ns,1425
|
|
193
193
|
memos/vec_dbs/qdrant.py,sha256=4KAiSZ64Ulz8EeT2o1DpNDRwnKRF4iiaJbZdq-xrn0c,11052
|
|
194
|
-
memoryos-1.1.
|
|
195
|
-
memoryos-1.1.
|
|
196
|
-
memoryos-1.1.
|
|
197
|
-
memoryos-1.1.
|
|
198
|
-
memoryos-1.1.
|
|
194
|
+
memoryos-1.1.2.dist-info/METADATA,sha256=g3VA6ZCN6R7jJx55hiQR1gqps_SHSOMBDvJE2lUb7vo,16217
|
|
195
|
+
memoryos-1.1.2.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
196
|
+
memoryos-1.1.2.dist-info/entry_points.txt,sha256=p54si8po81Yb-NK2lx5Z0lNr8QV7-5IECtkC6c8MJmI,40
|
|
197
|
+
memoryos-1.1.2.dist-info/licenses/LICENSE,sha256=FU-b6N8tVc7dzUZGyNjUIG1Ihnrh2iuBziq4a1Gl8HU,11358
|
|
198
|
+
memoryos-1.1.2.dist-info/RECORD,,
|
memos/__init__.py
CHANGED
memos/api/product_models.py
CHANGED
|
@@ -191,7 +191,7 @@ class GetMessagesData(BaseModel):
|
|
|
191
191
|
"""Data model for get messages response based on actual API."""
|
|
192
192
|
|
|
193
193
|
message_detail_list: list[MessageDetail] = Field(
|
|
194
|
-
default_factory=list, alias="
|
|
194
|
+
default_factory=list, alias="message_detail_list", description="List of message details"
|
|
195
195
|
)
|
|
196
196
|
|
|
197
197
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|