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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: MemoryOS
3
- Version: 1.1.1
3
+ Version: 1.1.2
4
4
  Summary: Intelligence Begins with Memory
5
5
  License: Apache-2.0
6
6
  License-File: LICENSE
@@ -1,4 +1,4 @@
1
- memos/__init__.py,sha256=0E7jrZOGR0aw3JCEa9F1EWfID8-x3pnihmFKkdQN_mM,575
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=260EXHSHmnTXogVkARU4tsCfOklWKTYJ8hKo_vQYOmc,9291
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.1.dist-info/METADATA,sha256=7e_Oeocjq_tkPVwcfipprbx8U20va9KXo-MV823yD9Q,16217
195
- memoryos-1.1.1.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
196
- memoryos-1.1.1.dist-info/entry_points.txt,sha256=p54si8po81Yb-NK2lx5Z0lNr8QV7-5IECtkC6c8MJmI,40
197
- memoryos-1.1.1.dist-info/licenses/LICENSE,sha256=FU-b6N8tVc7dzUZGyNjUIG1Ihnrh2iuBziq4a1Gl8HU,11358
198
- memoryos-1.1.1.dist-info/RECORD,,
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
@@ -1,4 +1,4 @@
1
- __version__ = "1.1.1"
1
+ __version__ = "1.1.2"
2
2
 
3
3
  from memos.configs.mem_cube import GeneralMemCubeConfig
4
4
  from memos.configs.mem_os import MOSConfig
@@ -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="memory_detail_list", description="List of message details"
194
+ default_factory=list, alias="message_detail_list", description="List of message details"
195
195
  )
196
196
 
197
197