cognitive-engine 0.2.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.
- cognitive_engine/__init__.py +7 -0
- cognitive_engine/adapters/__init__.py +2 -0
- cognitive_engine/adapters/plastic_numeric_adapter.py +141 -0
- cognitive_engine/api/__init__.py +2 -0
- cognitive_engine/api/service.py +41 -0
- cognitive_engine/compression/__init__.py +2 -0
- cognitive_engine/compression/knowledge_compressor.py +53 -0
- cognitive_engine/compression/semantic_compressor_v2.py +115 -0
- cognitive_engine/config/__init__.py +2 -0
- cognitive_engine/config/loader.py +44 -0
- cognitive_engine/config/schema.py +45 -0
- cognitive_engine/consolidation/__init__.py +2 -0
- cognitive_engine/consolidation/engine.py +25 -0
- cognitive_engine/consolidation/engine_v2.py +39 -0
- cognitive_engine/context/__init__.py +2 -0
- cognitive_engine/context/long_context.py +64 -0
- cognitive_engine/core/__init__.py +2 -0
- cognitive_engine/core/builder.py +154 -0
- cognitive_engine/core/engine.py +174 -0
- cognitive_engine/core/engine_v2.py +280 -0
- cognitive_engine/core/registry.py +29 -0
- cognitive_engine/core/types.py +346 -0
- cognitive_engine/interfaces/__init__.py +2 -0
- cognitive_engine/interfaces/base.py +181 -0
- cognitive_engine/memory/__init__.py +2 -0
- cognitive_engine/memory/graph_memory.py +165 -0
- cognitive_engine/memory/hybrid_memory.py +110 -0
- cognitive_engine/memory/project_memory.py +80 -0
- cognitive_engine/memory/stores.py +177 -0
- cognitive_engine/memory/vector_store.py +28 -0
- cognitive_engine/models/__init__.py +2 -0
- cognitive_engine/models/stable_core.py +79 -0
- cognitive_engine/modules/__init__.py +2 -0
- cognitive_engine/modules/importance_evaluator.py +96 -0
- cognitive_engine/modules/input_processing.py +78 -0
- cognitive_engine/modules/semantic_understanding.py +130 -0
- cognitive_engine/nlp/__init__.py +16 -0
- cognitive_engine/nlp/models.py +116 -0
- cognitive_engine/nlp/trainer.py +95 -0
- cognitive_engine/replay/__init__.py +2 -0
- cognitive_engine/replay/buffer.py +40 -0
- cognitive_engine/routing/__init__.py +2 -0
- cognitive_engine/routing/dynamic_router.py +45 -0
- cognitive_engine/routing/learned_router.py +165 -0
- cognitive_engine/specialists/__init__.py +2 -0
- cognitive_engine/specialists/runtime.py +97 -0
- cognitive_engine/stability/__init__.py +2 -0
- cognitive_engine/stability/governor.py +38 -0
- cognitive_engine/training/__init__.py +2 -0
- cognitive_engine/training/online_trainer.py +87 -0
- cognitive_engine/utils/__init__.py +2 -0
- cognitive_engine/utils/numeric.py +67 -0
- cognitive_engine/utils/seeding.py +13 -0
- cognitive_engine/utils/telemetry.py +39 -0
- cognitive_engine/utils/text.py +104 -0
- cognitive_engine/utils/visualization.py +87 -0
- cognitive_engine-0.2.0.dist-info/METADATA +91 -0
- cognitive_engine-0.2.0.dist-info/RECORD +60 -0
- cognitive_engine-0.2.0.dist-info/WHEEL +5 -0
- cognitive_engine-0.2.0.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
cognitive_engine/__init__.py,sha256=hXDPiILzoWeeCatr6nISzaPrcwBqQDZ4QLFGXKa-uys,290
|
|
2
|
+
cognitive_engine/adapters/__init__.py,sha256=t8Nuqx1rMIwF6C-NvMA2vOLdEyIPxMDJCg_u9_dv2k8,48
|
|
3
|
+
cognitive_engine/adapters/plastic_numeric_adapter.py,sha256=skGa7GYsbwe2vjACQMwJHx6-BPgkoUZsFdociGyWzgQ,6627
|
|
4
|
+
cognitive_engine/api/__init__.py,sha256=9T_au9z3_zw0ZoWZiUQkrNcgoF_8FGDO08bRga1ifQM,33
|
|
5
|
+
cognitive_engine/api/service.py,sha256=L8oA6vzQwpSfd72YMKIEzIaAg8lDv2JkgAG8k_X1awc,1613
|
|
6
|
+
cognitive_engine/compression/__init__.py,sha256=SiB2lXvLAIqgE2T4d8551REfi2vFkZrDA7k0eNRk-jU,38
|
|
7
|
+
cognitive_engine/compression/knowledge_compressor.py,sha256=h22oXZvXuV4pvokhSZ_ZOaMDsWDzDM7YuHINYXdTfdI,2683
|
|
8
|
+
cognitive_engine/compression/semantic_compressor_v2.py,sha256=h_FNoTzjiKI-t6X0RwwQ0MCERfRrRI_itqjEPPIJT9I,4950
|
|
9
|
+
cognitive_engine/config/__init__.py,sha256=MkRdsUfYZcV9MNwlQE73EHnubQSHgLRVcBBKShV52t8,42
|
|
10
|
+
cognitive_engine/config/loader.py,sha256=yrHgqxWtd52kLRMw0YxCPtVQYCbL7RlwWFFBzUXiQsM,1494
|
|
11
|
+
cognitive_engine/config/schema.py,sha256=T-Cl4wAWUmDGFnxCJJefGKAJvn9F1FQlxhLakBqt4FY,1184
|
|
12
|
+
cognitive_engine/consolidation/__init__.py,sha256=6PGUtRNXI6x3ybdkX6jMAvZMLr31nmdQXgn4Fd6e5eY,31
|
|
13
|
+
cognitive_engine/consolidation/engine.py,sha256=_YHTNMTwPVZyWgNL3uWCE4NQ9PgVrUEzwD6kYpkg0Eg,844
|
|
14
|
+
cognitive_engine/consolidation/engine_v2.py,sha256=TZtXHNitHLvRX0XMZ00Fbehphf2WPjU1kgqphpqoYDU,1462
|
|
15
|
+
cognitive_engine/context/__init__.py,sha256=8-j11Vo_3BO0HYW2vZZXkIx5ogWA5IMoOOuG1wvIl-8,56
|
|
16
|
+
cognitive_engine/context/long_context.py,sha256=eZNloDs62_aGVx17za-R7LkVriSl_ryATz2Za6iC47I,3027
|
|
17
|
+
cognitive_engine/core/__init__.py,sha256=AngNwW1mlAqJWXGn-wpYI9lao9gWbq9tqT6TufuLRFE,31
|
|
18
|
+
cognitive_engine/core/builder.py,sha256=xpVn4Su3Upb3I1WXlMW8qksR493UVq6vKsTbT7VT0lk,9281
|
|
19
|
+
cognitive_engine/core/engine.py,sha256=o4HfhD8E7RN-RvparJaUvdELeNJ8HKpyPCCRuNH3Iyc,7409
|
|
20
|
+
cognitive_engine/core/engine_v2.py,sha256=N04pKrYomRhifxO96xWVnTgwcNte2bhM1uQRU5MmJmw,12161
|
|
21
|
+
cognitive_engine/core/registry.py,sha256=mwKFLhxeoD7XUWvuAvkeAw6PfIgnUVM7qMkfZ7YbfhA,868
|
|
22
|
+
cognitive_engine/core/types.py,sha256=6bWVXNkLsihEetehIzRdCdsm4wypgMgFDkKoBWUkDp0,8907
|
|
23
|
+
cognitive_engine/interfaces/__init__.py,sha256=08INwEAUmXBtSCEwF3ZZq_hC_vVF2SuSefaAKotGQ_s,40
|
|
24
|
+
cognitive_engine/interfaces/base.py,sha256=m1OHtucnjSx0A-3pISd8ct4hYmfcCwxupWlUuNjNhpk,4985
|
|
25
|
+
cognitive_engine/memory/__init__.py,sha256=VUbWw22hGBggnWjL07DICvs9zLNM8qv9OA1-W9C2UQM,39
|
|
26
|
+
cognitive_engine/memory/graph_memory.py,sha256=Gc64udoaUVrXMEHJSUk9dcL-R9ubDyH0OvNpgdo1L3Y,6797
|
|
27
|
+
cognitive_engine/memory/hybrid_memory.py,sha256=5y3C5YPTwfxvV0Ydxma5awJekOt2HhHgux90P06clRk,4623
|
|
28
|
+
cognitive_engine/memory/project_memory.py,sha256=4tT4z26CoNNQDRzCUti5DKi4dM4gMqxRX33yMug2rGk,4064
|
|
29
|
+
cognitive_engine/memory/stores.py,sha256=jB8-j3B3fo8qsXIBEZTe9_w-loemLFfNLVfyHyaC8ek,8362
|
|
30
|
+
cognitive_engine/memory/vector_store.py,sha256=oAdsNmdxEnXx4C0pn6k--NRJ76hO1BPOgSiW4dnXvQ4,957
|
|
31
|
+
cognitive_engine/models/__init__.py,sha256=Js-A06ktoc5KopkJaeKAPkauxEiEGCAHJZ8o8hnOIWc,27
|
|
32
|
+
cognitive_engine/models/stable_core.py,sha256=L8cVVscleBNeDDeSKGnguTBhvXZHzYQdJomSD41msds,3434
|
|
33
|
+
cognitive_engine/modules/__init__.py,sha256=lvuIfQqp0twNC7nlLV0AK5ZmMjyi8DYetvIoExOqi3U,46
|
|
34
|
+
cognitive_engine/modules/importance_evaluator.py,sha256=b__IAgRDtNRLmguszKwmA8DpfKi8Hmoz75C2TCrbbEE,4347
|
|
35
|
+
cognitive_engine/modules/input_processing.py,sha256=l1bjN5-wlReavngim2lGSyEI-QVYq7vPWxQNAG6fz8o,2881
|
|
36
|
+
cognitive_engine/modules/semantic_understanding.py,sha256=Rf28fwAr4aM5HdJUtwsJAVdw3RgHlq2TP52MZ7y74EY,5618
|
|
37
|
+
cognitive_engine/nlp/__init__.py,sha256=qdQWev649UTOBaAUBlbl-22xi6UEVFFg9a-WWSnQdpg,436
|
|
38
|
+
cognitive_engine/nlp/models.py,sha256=cqcFnL4JY710x3TK4jqjDI2rKV2inEXMi_uZPfqSZMw,4483
|
|
39
|
+
cognitive_engine/nlp/trainer.py,sha256=zbgP6Suoy6dJeqsvmMxaK9ysYY_FNpOpaQPtAw1UxIc,4514
|
|
40
|
+
cognitive_engine/replay/__init__.py,sha256=AKXTKFqFGnw-SZHU9kcm_st3f3CR_X-gkmt96fQOkYw,38
|
|
41
|
+
cognitive_engine/replay/buffer.py,sha256=xoJzCxaMsrMRSEnwuTvhLQi5M3FcrYWZ1EOpjLudMu0,1267
|
|
42
|
+
cognitive_engine/routing/__init__.py,sha256=816QC9ysZVwPH1ymaHzPYz8sYOlZuBAR-tjg638Gx54,33
|
|
43
|
+
cognitive_engine/routing/dynamic_router.py,sha256=OEN5Y93M5gG3n4ONUkKn0_lGFtcQanbEfUyXcKuWvEA,2030
|
|
44
|
+
cognitive_engine/routing/learned_router.py,sha256=k3L91RqqJO6VgtbU2o59rh7ycBclCtbvIFKoQM6eIjo,8813
|
|
45
|
+
cognitive_engine/specialists/__init__.py,sha256=tSa2AVYwEbhLo3aFjeX04L5RlKvDn0vZ9T9NsxJKSzE,61
|
|
46
|
+
cognitive_engine/specialists/runtime.py,sha256=IKFTJmjc8oWvDjfOyMII7cP3QjKpp3U7r-YiXaqyH_0,4707
|
|
47
|
+
cognitive_engine/stability/__init__.py,sha256=bQ3KXPKvBClw3JkxKzdrXSViGeF6PEufnuy46E8BPYs,54
|
|
48
|
+
cognitive_engine/stability/governor.py,sha256=dkC4s3PNaInFz1_LF3x_zJ7TUBZV5jccxuxkbfF2Dew,1491
|
|
49
|
+
cognitive_engine/training/__init__.py,sha256=frQfGlNqMQKOTkBRISMBtTzohX5PnjKq7lW42kH07LQ,49
|
|
50
|
+
cognitive_engine/training/online_trainer.py,sha256=ZZYL2inKqLXRTm5qENfRN73i0SeByfQeoJGZsH1Gw0I,4481
|
|
51
|
+
cognitive_engine/utils/__init__.py,sha256=A4HwJ2BsefMMqmCBNr-QLQrnQzqymk4aFkwjnR9bqYs,63
|
|
52
|
+
cognitive_engine/utils/numeric.py,sha256=ND407YkKdqmTGuSigycFjnSzioxfzJbmgzsOEGhYK9o,1983
|
|
53
|
+
cognitive_engine/utils/seeding.py,sha256=qiCbquz4wLoYDGFwRO6D1B5PJm46fYeyM0SAGkDNyVA,194
|
|
54
|
+
cognitive_engine/utils/telemetry.py,sha256=VFdEZZ8LXGblKq_An6xFRGqk8fE2lajC-irfWAZChnE,1159
|
|
55
|
+
cognitive_engine/utils/text.py,sha256=iIK-pff6EkV4fL_75YXUPq3PsHwYjpxJoUYDUvwmF9c,2900
|
|
56
|
+
cognitive_engine/utils/visualization.py,sha256=NuCYEVWOdeXL_3k-Wj7gi4-OdpGm7eBOBYjt5ES5Xgw,2971
|
|
57
|
+
cognitive_engine-0.2.0.dist-info/METADATA,sha256=SFkZgUIPD7ZKXRM82xOBQYIeFITi3uBFbi7A4eeYcfE,3376
|
|
58
|
+
cognitive_engine-0.2.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
59
|
+
cognitive_engine-0.2.0.dist-info/top_level.txt,sha256=eP03m4Atb-yaV5vUsFica5dvHqvuwUjglMMZJwIsN6k,17
|
|
60
|
+
cognitive_engine-0.2.0.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
cognitive_engine
|