neural-memory 0.4.0__py3-none-any.whl → 0.5.0__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.
- neural_memory/__init__.py +1 -1
- {neural_memory-0.4.0.dist-info → neural_memory-0.5.0.dist-info}/METADATA +7 -2
- {neural_memory-0.4.0.dist-info → neural_memory-0.5.0.dist-info}/RECORD +6 -6
- {neural_memory-0.4.0.dist-info → neural_memory-0.5.0.dist-info}/WHEEL +0 -0
- {neural_memory-0.4.0.dist-info → neural_memory-0.5.0.dist-info}/entry_points.txt +0 -0
- {neural_memory-0.4.0.dist-info → neural_memory-0.5.0.dist-info}/licenses/LICENSE +0 -0
neural_memory/__init__.py
CHANGED
|
@@ -13,7 +13,7 @@ from neural_memory.core.synapse import Direction, Synapse, SynapseType
|
|
|
13
13
|
from neural_memory.engine.encoder import EncodingResult, MemoryEncoder
|
|
14
14
|
from neural_memory.engine.retrieval import DepthLevel, ReflexPipeline, RetrievalResult
|
|
15
15
|
|
|
16
|
-
__version__ = "0.
|
|
16
|
+
__version__ = "0.5.0"
|
|
17
17
|
|
|
18
18
|
__all__ = [
|
|
19
19
|
"__version__",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: neural-memory
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.5.0
|
|
4
4
|
Summary: Reflex-based memory system for AI agents - retrieval through activation, not search
|
|
5
5
|
Project-URL: Homepage, https://github.com/nhadaututtheky/neural-memory
|
|
6
|
-
Project-URL: Documentation, https://github.
|
|
6
|
+
Project-URL: Documentation, https://nhadaututtheky.github.io/neural-memory
|
|
7
7
|
Project-URL: Repository, https://github.com/nhadaututtheky/neural-memory
|
|
8
8
|
Project-URL: Issues, https://github.com/nhadaututtheky/neural-memory/issues
|
|
9
9
|
Author: NeuralMemory Contributors
|
|
@@ -43,6 +43,11 @@ Requires-Dist: pytest-asyncio>=0.21; extra == 'dev'
|
|
|
43
43
|
Requires-Dist: pytest-cov>=4.0; extra == 'dev'
|
|
44
44
|
Requires-Dist: pytest>=7.0; extra == 'dev'
|
|
45
45
|
Requires-Dist: ruff>=0.1.0; extra == 'dev'
|
|
46
|
+
Provides-Extra: docs
|
|
47
|
+
Requires-Dist: mike>=2.0; extra == 'docs'
|
|
48
|
+
Requires-Dist: mkdocs-material>=9.5; extra == 'docs'
|
|
49
|
+
Requires-Dist: mkdocs>=1.5; extra == 'docs'
|
|
50
|
+
Requires-Dist: mkdocstrings[python]>=0.24; extra == 'docs'
|
|
46
51
|
Provides-Extra: neo4j
|
|
47
52
|
Requires-Dist: neo4j>=5.0; extra == 'neo4j'
|
|
48
53
|
Provides-Extra: nlp
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
neural_memory/__init__.py,sha256=
|
|
1
|
+
neural_memory/__init__.py,sha256=2JURAwRU2O0DjWp5mh7vhu0lMNa6ZSok2sZTi306oGM,970
|
|
2
2
|
neural_memory/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
neural_memory/unified_config.py,sha256=BySYLNJmnBcz9A83kKztJ53ShkScJ5qOVqBNGQls0Rs,10208
|
|
4
4
|
neural_memory/cli/__init__.py,sha256=4srWgYwiGcs-mG6dm91gRbYCN-om2hfkuxd-fYkgIGI,409
|
|
@@ -51,8 +51,8 @@ neural_memory/sync/__init__.py,sha256=epKpdAsHzwUYXrWawlHPckSEgK5CZYb-B29AAcdTnV
|
|
|
51
51
|
neural_memory/sync/client.py,sha256=kiKqRlteXVe9P-IzgayV7bwdT9Ovu2UgV_XJtEUIbxQ,13421
|
|
52
52
|
neural_memory/utils/__init__.py,sha256=vZM_jKQ_BUUd6jXtz9BGq5A1d-kFRMcMXt96XVhRv2M,135
|
|
53
53
|
neural_memory/utils/config.py,sha256=jgDaHksEibusC2gub1I_USUBOJyP6gBHcfgS7RkL4dc,3086
|
|
54
|
-
neural_memory-0.
|
|
55
|
-
neural_memory-0.
|
|
56
|
-
neural_memory-0.
|
|
57
|
-
neural_memory-0.
|
|
58
|
-
neural_memory-0.
|
|
54
|
+
neural_memory-0.5.0.dist-info/METADATA,sha256=iN0ws7O45v7RhXvxX_LdOUdykppaXOYquGL0uRQeesg,10516
|
|
55
|
+
neural_memory-0.5.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
56
|
+
neural_memory-0.5.0.dist-info/entry_points.txt,sha256=u0ZGaAD6uU98g0Wheyj1WjrSchm_zlAkyzz1HRbKOnE,121
|
|
57
|
+
neural_memory-0.5.0.dist-info/licenses/LICENSE,sha256=uuCGDPgkW8shclBRpQNK5I0T97ZQy9HHolwo9Qr3Bbc,1082
|
|
58
|
+
neural_memory-0.5.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|