AbstractMemory 0.2.1__py3-none-any.whl → 0.2.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.
- {abstractmemory-0.2.1.dist-info → abstractmemory-0.2.2.dist-info}/METADATA +5 -5
- {abstractmemory-0.2.1.dist-info → abstractmemory-0.2.2.dist-info}/RECORD +5 -5
- {abstractmemory-0.2.1.dist-info → abstractmemory-0.2.2.dist-info}/WHEEL +0 -0
- {abstractmemory-0.2.1.dist-info → abstractmemory-0.2.2.dist-info}/licenses/LICENSE +0 -0
- {abstractmemory-0.2.1.dist-info → abstractmemory-0.2.2.dist-info}/top_level.txt +0 -0
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: AbstractMemory
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: Production-ready memory system for LLM agents - NO MOCKS, real semantic search, clear LLM vs embedding provider separation
|
|
5
5
|
Author-email: AbstractMemory Team <lpalbou@gmail.com>
|
|
6
6
|
Maintainer-email: AbstractMemory Team <palbou@gmail.com>
|
|
7
7
|
License-Expression: MIT
|
|
8
|
-
Project-URL: Homepage, https://github.com/lpalbou/
|
|
9
|
-
Project-URL: Documentation, https://github.com/lpalbou/
|
|
10
|
-
Project-URL: Repository, https://github.com/lpalbou/
|
|
11
|
-
Project-URL: Bug Reports, https://github.com/lpalbou/
|
|
8
|
+
Project-URL: Homepage, https://github.com/lpalbou/AbstractMemory
|
|
9
|
+
Project-URL: Documentation, https://github.com/lpalbou/AbstractMemory#readme
|
|
10
|
+
Project-URL: Repository, https://github.com/lpalbou/AbstractMemory
|
|
11
|
+
Project-URL: Bug Reports, https://github.com/lpalbou/AbstractMemory/issues
|
|
12
12
|
Keywords: llm,memory,semantic-search,embeddings,ai,agents,knowledge-graph,temporal,grounded-memory,vector-search
|
|
13
13
|
Classifier: Development Status :: 5 - Production/Stable
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
@@ -16,8 +16,8 @@ abstractmemory/storage/__init__.py,sha256=GLvuzeukQ2o84AkN0yH6rB4vhLgMXsd-6up9Mw
|
|
|
16
16
|
abstractmemory/storage/dual_manager.py,sha256=HXXYjd2NRg8QTAdrDEaLk34kGcz1WjcpPzfr2qFFKeM,11355
|
|
17
17
|
abstractmemory/storage/lancedb_storage.py,sha256=QGIlJs5_0xQpZ05nfkkBL1zbJpP4QAJ1SgkfMkCXmlQ,20961
|
|
18
18
|
abstractmemory/storage/markdown_storage.py,sha256=h5EVxPrEnYw-X3AhB_8DyfiEc944MywgEDv2e6LcNZA,16054
|
|
19
|
-
abstractmemory-0.2.
|
|
20
|
-
abstractmemory-0.2.
|
|
21
|
-
abstractmemory-0.2.
|
|
22
|
-
abstractmemory-0.2.
|
|
23
|
-
abstractmemory-0.2.
|
|
19
|
+
abstractmemory-0.2.2.dist-info/licenses/LICENSE,sha256=NKLs197QnnfbXxdwIttTjZb1IHcj5IUTD-qXnr_V8Fw,1082
|
|
20
|
+
abstractmemory-0.2.2.dist-info/METADATA,sha256=ARGL-QSZNiui0lBmUUhx1_0sIUzUhf5HHP2SuZgz-Mg,17391
|
|
21
|
+
abstractmemory-0.2.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
22
|
+
abstractmemory-0.2.2.dist-info/top_level.txt,sha256=ALpTfrLlzRBy55aam5M8YuOi-4i_shfsq1DcgTR6_NQ,15
|
|
23
|
+
abstractmemory-0.2.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|