FerrellSyntheticIntelligence commited on
Commit ·
0e2503a
1
Parent(s): 41762bb
[VITALIS] Cognitive benchmark — 5/5 mode accuracy, 19.27ms per cycle
Browse files- FSI_Sovereign_IDE.zip +0 -0
- daemon.log +1 -0
- dist/vitalis_ide-2.2.0-py3-none-any.whl +0 -0
- dist/vitalis_ide-2.2.0.tar.gz +0 -0
- fsi_core.egg-info/PKG-INFO +8 -0
- fsi_core.egg-info/SOURCES.txt +111 -0
- fsi_core.egg-info/dependency_links.txt +1 -0
- fsi_core.egg-info/entry_points.txt +2 -0
- fsi_core.egg-info/requires.txt +2 -0
- fsi_core.egg-info/top_level.txt +1 -0
- hdc_engine.cpython-311-aarch64-linux-gnu.so +0 -0
- sare_ledger.db +0 -0
- server.log +0 -0
- vitalis.log +0 -0
- vitalis_ide.egg-info/PKG-INFO +12 -0
- vitalis_ide.egg-info/SOURCES.txt +112 -0
- vitalis_ide.egg-info/dependency_links.txt +1 -0
- vitalis_ide.egg-info/entry_points.txt +2 -0
- vitalis_ide.egg-info/requires.txt +5 -0
- vitalis_ide.egg-info/top_level.txt +1 -0
- vitalis_live.log +4 -0
- vitalis_memory.csv +0 -0
- vitalis_system_compilation.log +521 -0
- vitalis_v2.2.0_release.zip +0 -0
- watcher.log +0 -0
FSI_Sovereign_IDE.zip
ADDED
|
Binary file (57.5 kB). View file
|
|
|
daemon.log
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
2026-05-29 19:29:24,159 - [DAEMON] - Vitalis Kernel Daemon active.
|
dist/vitalis_ide-2.2.0-py3-none-any.whl
ADDED
|
Binary file (47.9 kB). View file
|
|
|
dist/vitalis_ide-2.2.0.tar.gz
ADDED
|
Binary file (29 kB). View file
|
|
|
fsi_core.egg-info/PKG-INFO
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Metadata-Version: 2.4
|
| 2 |
+
Name: fsi-core
|
| 3 |
+
Version: 0.1.0
|
| 4 |
+
License-File: LICENSE
|
| 5 |
+
Requires-Dist: click
|
| 6 |
+
Requires-Dist: numpy
|
| 7 |
+
Dynamic: license-file
|
| 8 |
+
Dynamic: requires-dist
|
fsi_core.egg-info/SOURCES.txt
ADDED
|
@@ -0,0 +1,111 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
LICENSE
|
| 2 |
+
README.md
|
| 3 |
+
setup.py
|
| 4 |
+
fsi_core.egg-info/PKG-INFO
|
| 5 |
+
fsi_core.egg-info/SOURCES.txt
|
| 6 |
+
fsi_core.egg-info/dependency_links.txt
|
| 7 |
+
fsi_core.egg-info/entry_points.txt
|
| 8 |
+
fsi_core.egg-info/requires.txt
|
| 9 |
+
fsi_core.egg-info/top_level.txt
|
| 10 |
+
src/__init__.py
|
| 11 |
+
src/bootstrap_cybercore.py
|
| 12 |
+
src/download_fsi_model.py
|
| 13 |
+
src/hippocampus.py
|
| 14 |
+
src/router.py
|
| 15 |
+
src/api/__init__.py
|
| 16 |
+
src/api/engine_api.py
|
| 17 |
+
src/api/engine_cli.py
|
| 18 |
+
src/brain/__init__.py
|
| 19 |
+
src/brain/checkpoint_manager.py
|
| 20 |
+
src/brain/inference.py
|
| 21 |
+
src/brain/response_filter.py
|
| 22 |
+
src/brain/truth_manager.py
|
| 23 |
+
src/chemistry/__init__.py
|
| 24 |
+
src/comm/__init__.py
|
| 25 |
+
src/comm/channel.py
|
| 26 |
+
src/core/__init__.py
|
| 27 |
+
src/core/affect.py
|
| 28 |
+
src/core/memory_engine.py
|
| 29 |
+
src/core/plugin_base.py
|
| 30 |
+
src/core/plugin_loader.py
|
| 31 |
+
src/core/retrieval_engine.py
|
| 32 |
+
src/core/session_mood.py
|
| 33 |
+
src/core/transformer_wrapper.py
|
| 34 |
+
src/core/watchdog.py
|
| 35 |
+
src/devcore/__init__.py
|
| 36 |
+
src/devcore/agent_manager.py
|
| 37 |
+
src/devcore/api_gateway.py
|
| 38 |
+
src/devcore/architectural_planner.py
|
| 39 |
+
src/devcore/auditor.py
|
| 40 |
+
src/devcore/auto_developer.py
|
| 41 |
+
src/devcore/baseline_ingester.py
|
| 42 |
+
src/devcore/benchmark.py
|
| 43 |
+
src/devcore/bridge.py
|
| 44 |
+
src/devcore/context_core.py
|
| 45 |
+
src/devcore/context_manager.py
|
| 46 |
+
src/devcore/core_bridge.py
|
| 47 |
+
src/devcore/dashboard.py
|
| 48 |
+
src/devcore/data_pipeline.py
|
| 49 |
+
src/devcore/external_interface.py
|
| 50 |
+
src/devcore/guardian.py
|
| 51 |
+
src/devcore/integration_engine.py
|
| 52 |
+
src/devcore/ledger_service.py
|
| 53 |
+
src/devcore/logger.py
|
| 54 |
+
src/devcore/meta_core.py
|
| 55 |
+
src/devcore/orchestrator.py
|
| 56 |
+
src/devcore/refactor_engine.py
|
| 57 |
+
src/devcore/reinforcement_engine.py
|
| 58 |
+
src/devcore/repair_engine.py
|
| 59 |
+
src/devcore/rollback_service.py
|
| 60 |
+
src/devcore/security_middleware.py
|
| 61 |
+
src/devcore/service_manager.py
|
| 62 |
+
src/devcore/supervisor.py
|
| 63 |
+
src/devcore/syntax_ingester.py
|
| 64 |
+
src/devcore/synthesis_engine.py
|
| 65 |
+
src/devcore/template_factory.py
|
| 66 |
+
src/devcore/test_engine.py
|
| 67 |
+
src/devcore/validation_engine.py
|
| 68 |
+
src/devcore/vitalis_cognitive_engine.py
|
| 69 |
+
src/devcore/vitalis_generator.py
|
| 70 |
+
src/devcore/workspace_builder.py
|
| 71 |
+
src/devcore/workspace_io.py
|
| 72 |
+
src/energy/__init__.py
|
| 73 |
+
src/energy/atomic_core.py
|
| 74 |
+
src/energy/water_precision.py
|
| 75 |
+
src/exec/__init__.py
|
| 76 |
+
src/exec/action_executor.py
|
| 77 |
+
src/feedback/__init__.py
|
| 78 |
+
src/feedback/collector.py
|
| 79 |
+
src/generation/__init__.py
|
| 80 |
+
src/generation/conditional_decoder.py
|
| 81 |
+
src/graph/__init__.py
|
| 82 |
+
src/graph/builder.py
|
| 83 |
+
src/ide_kernel/__init__.py
|
| 84 |
+
src/ide_kernel/agent_interface.py
|
| 85 |
+
src/ide_kernel/client.py
|
| 86 |
+
src/ide_kernel/context_serializer.py
|
| 87 |
+
src/ide_kernel/daemon.py
|
| 88 |
+
src/ide_kernel/gateway.py
|
| 89 |
+
src/ide_kernel/kernel.py
|
| 90 |
+
src/ide_kernel/ledger.py
|
| 91 |
+
src/ide_kernel/validator.py
|
| 92 |
+
src/loop/__init__.py
|
| 93 |
+
src/loop/self_healing.py
|
| 94 |
+
src/modules/__init__.py
|
| 95 |
+
src/modules/mod_01_recon.py
|
| 96 |
+
src/mouth/__init__.py
|
| 97 |
+
src/mouth/expression.py
|
| 98 |
+
src/plugins/__init__.py
|
| 99 |
+
src/plugins/affect_responder.py
|
| 100 |
+
src/psychology/__init__.py
|
| 101 |
+
src/psychology/self_model.py
|
| 102 |
+
src/senses/__init__.py
|
| 103 |
+
src/senses/audio_processor.py
|
| 104 |
+
src/senses/base_sensor.py
|
| 105 |
+
src/senses/sigint_processor.py
|
| 106 |
+
src/senses/vision_processor.py
|
| 107 |
+
src/sensory/__init__.py
|
| 108 |
+
src/veritas/__init__.py
|
| 109 |
+
src/veritas/veritas_layer.py
|
| 110 |
+
tests/test_security_audit.py
|
| 111 |
+
tests/test_test_module_01.py
|
fsi_core.egg-info/dependency_links.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
|
fsi_core.egg-info/entry_points.txt
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[console_scripts]
|
| 2 |
+
vitalis = vitalis_ide.cli.main:cli
|
fsi_core.egg-info/requires.txt
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
click
|
| 2 |
+
numpy
|
fsi_core.egg-info/top_level.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
src
|
hdc_engine.cpython-311-aarch64-linux-gnu.so
ADDED
|
Binary file (84.7 kB). View file
|
|
|
sare_ledger.db
ADDED
|
Binary file (16.4 kB). View file
|
|
|
server.log
ADDED
|
File without changes
|
vitalis.log
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
vitalis_ide.egg-info/PKG-INFO
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Metadata-Version: 2.4
|
| 2 |
+
Name: vitalis_ide
|
| 3 |
+
Version: 2.2.0
|
| 4 |
+
Summary: Sovereign Intelligence Framework
|
| 5 |
+
Author-email: Neuro_Nomad <ferrell.tech@example.com>
|
| 6 |
+
License-File: LICENSE
|
| 7 |
+
Requires-Dist: click
|
| 8 |
+
Requires-Dist: numpy
|
| 9 |
+
Requires-Dist: torch
|
| 10 |
+
Requires-Dist: transformers
|
| 11 |
+
Requires-Dist: faiss-cpu
|
| 12 |
+
Dynamic: license-file
|
vitalis_ide.egg-info/SOURCES.txt
ADDED
|
@@ -0,0 +1,112 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
LICENSE
|
| 2 |
+
README.md
|
| 3 |
+
pyproject.toml
|
| 4 |
+
setup.py
|
| 5 |
+
src/__init__.py
|
| 6 |
+
src/bootstrap_cybercore.py
|
| 7 |
+
src/download_fsi_model.py
|
| 8 |
+
src/hippocampus.py
|
| 9 |
+
src/router.py
|
| 10 |
+
src/api/__init__.py
|
| 11 |
+
src/api/engine_api.py
|
| 12 |
+
src/api/engine_cli.py
|
| 13 |
+
src/brain/__init__.py
|
| 14 |
+
src/brain/checkpoint_manager.py
|
| 15 |
+
src/brain/inference.py
|
| 16 |
+
src/brain/response_filter.py
|
| 17 |
+
src/brain/truth_manager.py
|
| 18 |
+
src/chemistry/__init__.py
|
| 19 |
+
src/comm/__init__.py
|
| 20 |
+
src/comm/channel.py
|
| 21 |
+
src/core/__init__.py
|
| 22 |
+
src/core/affect.py
|
| 23 |
+
src/core/memory_engine.py
|
| 24 |
+
src/core/plugin_base.py
|
| 25 |
+
src/core/plugin_loader.py
|
| 26 |
+
src/core/retrieval_engine.py
|
| 27 |
+
src/core/session_mood.py
|
| 28 |
+
src/core/transformer_wrapper.py
|
| 29 |
+
src/core/watchdog.py
|
| 30 |
+
src/devcore/__init__.py
|
| 31 |
+
src/devcore/agent_manager.py
|
| 32 |
+
src/devcore/api_gateway.py
|
| 33 |
+
src/devcore/architectural_planner.py
|
| 34 |
+
src/devcore/auditor.py
|
| 35 |
+
src/devcore/auto_developer.py
|
| 36 |
+
src/devcore/baseline_ingester.py
|
| 37 |
+
src/devcore/benchmark.py
|
| 38 |
+
src/devcore/bridge.py
|
| 39 |
+
src/devcore/context_core.py
|
| 40 |
+
src/devcore/context_manager.py
|
| 41 |
+
src/devcore/core_bridge.py
|
| 42 |
+
src/devcore/dashboard.py
|
| 43 |
+
src/devcore/data_pipeline.py
|
| 44 |
+
src/devcore/external_interface.py
|
| 45 |
+
src/devcore/guardian.py
|
| 46 |
+
src/devcore/integration_engine.py
|
| 47 |
+
src/devcore/ledger_service.py
|
| 48 |
+
src/devcore/logger.py
|
| 49 |
+
src/devcore/meta_core.py
|
| 50 |
+
src/devcore/orchestrator.py
|
| 51 |
+
src/devcore/refactor_engine.py
|
| 52 |
+
src/devcore/reinforcement_engine.py
|
| 53 |
+
src/devcore/repair_engine.py
|
| 54 |
+
src/devcore/rollback_service.py
|
| 55 |
+
src/devcore/security_middleware.py
|
| 56 |
+
src/devcore/service_manager.py
|
| 57 |
+
src/devcore/supervisor.py
|
| 58 |
+
src/devcore/syntax_ingester.py
|
| 59 |
+
src/devcore/synthesis_engine.py
|
| 60 |
+
src/devcore/template_factory.py
|
| 61 |
+
src/devcore/test_engine.py
|
| 62 |
+
src/devcore/validation_engine.py
|
| 63 |
+
src/devcore/vitalis_cognitive_engine.py
|
| 64 |
+
src/devcore/vitalis_generator.py
|
| 65 |
+
src/devcore/workspace_builder.py
|
| 66 |
+
src/devcore/workspace_io.py
|
| 67 |
+
src/energy/__init__.py
|
| 68 |
+
src/energy/atomic_core.py
|
| 69 |
+
src/energy/water_precision.py
|
| 70 |
+
src/exec/__init__.py
|
| 71 |
+
src/exec/action_executor.py
|
| 72 |
+
src/feedback/__init__.py
|
| 73 |
+
src/feedback/collector.py
|
| 74 |
+
src/generation/__init__.py
|
| 75 |
+
src/generation/conditional_decoder.py
|
| 76 |
+
src/graph/__init__.py
|
| 77 |
+
src/graph/builder.py
|
| 78 |
+
src/ide_kernel/__init__.py
|
| 79 |
+
src/ide_kernel/agent_interface.py
|
| 80 |
+
src/ide_kernel/client.py
|
| 81 |
+
src/ide_kernel/context_serializer.py
|
| 82 |
+
src/ide_kernel/daemon.py
|
| 83 |
+
src/ide_kernel/gateway.py
|
| 84 |
+
src/ide_kernel/kernel.py
|
| 85 |
+
src/ide_kernel/ledger.py
|
| 86 |
+
src/ide_kernel/validator.py
|
| 87 |
+
src/loop/__init__.py
|
| 88 |
+
src/loop/self_healing.py
|
| 89 |
+
src/modules/__init__.py
|
| 90 |
+
src/modules/mod_01_recon.py
|
| 91 |
+
src/mouth/__init__.py
|
| 92 |
+
src/mouth/expression.py
|
| 93 |
+
src/plugins/__init__.py
|
| 94 |
+
src/plugins/affect_responder.py
|
| 95 |
+
src/psychology/__init__.py
|
| 96 |
+
src/psychology/self_model.py
|
| 97 |
+
src/senses/__init__.py
|
| 98 |
+
src/senses/audio_processor.py
|
| 99 |
+
src/senses/base_sensor.py
|
| 100 |
+
src/senses/sigint_processor.py
|
| 101 |
+
src/senses/vision_processor.py
|
| 102 |
+
src/sensory/__init__.py
|
| 103 |
+
src/veritas/__init__.py
|
| 104 |
+
src/veritas/veritas_layer.py
|
| 105 |
+
tests/test_security_audit.py
|
| 106 |
+
tests/test_test_module_01.py
|
| 107 |
+
vitalis_ide.egg-info/PKG-INFO
|
| 108 |
+
vitalis_ide.egg-info/SOURCES.txt
|
| 109 |
+
vitalis_ide.egg-info/dependency_links.txt
|
| 110 |
+
vitalis_ide.egg-info/entry_points.txt
|
| 111 |
+
vitalis_ide.egg-info/requires.txt
|
| 112 |
+
vitalis_ide.egg-info/top_level.txt
|
vitalis_ide.egg-info/dependency_links.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
|
vitalis_ide.egg-info/entry_points.txt
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[console_scripts]
|
| 2 |
+
vitalis = vitalis_ide.cli.main:cli
|
vitalis_ide.egg-info/requires.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
click
|
| 2 |
+
numpy
|
| 3 |
+
torch
|
| 4 |
+
transformers
|
| 5 |
+
faiss-cpu
|
vitalis_ide.egg-info/top_level.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
src
|
vitalis_live.log
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Traceback (most recent call last):
|
| 2 |
+
File "/home/droid/vitalis_core/run_engine.py", line 3, in <module>
|
| 3 |
+
from src.comm.channel import channel
|
| 4 |
+
ModuleNotFoundError: No module named 'src.comm.channel'
|
vitalis_memory.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
vitalis_system_compilation.log
ADDED
|
@@ -0,0 +1,521 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
=========================================================================
|
| 2 |
+
FERRELL SYNTHETIC INTELLIGENCE - FULL PRODUCTION TREE AUDIT
|
| 3 |
+
=========================================================================
|
| 4 |
+
Timestamp: Wed May 27 16:50:00 UTC 2026
|
| 5 |
+
Directory Topology:
|
| 6 |
+
------------------
|
| 7 |
+
.
|
| 8 |
+
./memory_store.json
|
| 9 |
+
./PROJECT_MISSION.md
|
| 10 |
+
./README.md
|
| 11 |
+
./bootstrap.sh
|
| 12 |
+
./senses
|
| 13 |
+
./senses/__pycache__
|
| 14 |
+
./senses/__pycache__/audio_processor.cpython-311.pyc
|
| 15 |
+
./senses/__pycache__/vision_processor.cpython-311.pyc
|
| 16 |
+
./senses/audio_processor.py
|
| 17 |
+
./senses/vision_processor.py
|
| 18 |
+
./android
|
| 19 |
+
./android/app
|
| 20 |
+
./android/app/src
|
| 21 |
+
./ui
|
| 22 |
+
./ui/templates
|
| 23 |
+
./ui/templates/index.html
|
| 24 |
+
./ui/app.py
|
| 25 |
+
./vitalis_memory.csv
|
| 26 |
+
./circulatory
|
| 27 |
+
./app.py
|
| 28 |
+
./config.json
|
| 29 |
+
./check_and_compile.sh
|
| 30 |
+
./contact.md
|
| 31 |
+
./DOCUMENTATION
|
| 32 |
+
./DOCUMENTATION/SENSES.md
|
| 33 |
+
./DOCUMENTATION/ARCHITECTURE.md
|
| 34 |
+
./DOCUMENTATION/VISUAL_TELEMETRY.md
|
| 35 |
+
./vitalis_shadow
|
| 36 |
+
./core
|
| 37 |
+
./core/talker.py
|
| 38 |
+
./core/sovereign_shield.py
|
| 39 |
+
./core/mesh_network.py
|
| 40 |
+
./core/nexus.py
|
| 41 |
+
./core/thinker.py
|
| 42 |
+
./core/__pycache__
|
| 43 |
+
./core/__pycache__/handshake_module.cpython-311.pyc
|
| 44 |
+
./core/__pycache__/talker.cpython-311.pyc
|
| 45 |
+
./core/__pycache__/environment_manager.cpython-311.pyc
|
| 46 |
+
./core/__pycache__/memory_manager.cpython-311.pyc
|
| 47 |
+
./core/__pycache__/nexus.cpython-311.pyc
|
| 48 |
+
./core/__pycache__/vitalis_engine.cpython-311.pyc
|
| 49 |
+
./core/__pycache__/heartbeat.cpython-311.pyc
|
| 50 |
+
./core/__pycache__/brain.cpython-311.pyc
|
| 51 |
+
./core/__pycache__/thinker.cpython-311.pyc
|
| 52 |
+
./core/__pycache__/memory_rotator.cpython-311.pyc
|
| 53 |
+
./core/__pycache__/sovereign_shield.cpython-311.pyc
|
| 54 |
+
./core/__pycache__/template_manager.cpython-311.pyc
|
| 55 |
+
./core/__pycache__/mesh_network.cpython-311.pyc
|
| 56 |
+
./core/heartbeat.py
|
| 57 |
+
./core/brain.py
|
| 58 |
+
./core/vitalis_engine.py
|
| 59 |
+
./core/memory_manager.py
|
| 60 |
+
./core/handshake_module.py
|
| 61 |
+
./core/identity.json
|
| 62 |
+
./core/memory_rotator.py
|
| 63 |
+
./core/environment_manager.py
|
| 64 |
+
./core/template_manager.py
|
| 65 |
+
./storage
|
| 66 |
+
./storage/curriculum
|
| 67 |
+
./storage/curriculum/expert_system.json
|
| 68 |
+
./storage/curriculum/modules
|
| 69 |
+
./storage/templates
|
| 70 |
+
./storage/templates/cybersecurity_recon.json
|
| 71 |
+
./storage/templates/template_index.json
|
| 72 |
+
./storage/templates/user_profiles.json
|
| 73 |
+
./storage/config.json
|
| 74 |
+
./storage/user_profiles.json
|
| 75 |
+
./storage/benchmarks
|
| 76 |
+
./storage/benchmarks/config.json
|
| 77 |
+
./storage/benchmarks/results
|
| 78 |
+
./storage/benchmarks/training_log.txt
|
| 79 |
+
./run_vitalis.py
|
| 80 |
+
./extensions
|
| 81 |
+
./extensions/dreamer.py
|
| 82 |
+
./extensions/evolutionary_lora.py
|
| 83 |
+
./extensions/temp_scheduler.py
|
| 84 |
+
./extensions/__init__.py
|
| 85 |
+
./plugins
|
| 86 |
+
./src
|
| 87 |
+
./src/chemistry
|
| 88 |
+
./src/chemistry/__init__.py
|
| 89 |
+
./src/senses
|
| 90 |
+
./src/senses/__pycache__
|
| 91 |
+
./src/senses/sensory_gateway.sh
|
| 92 |
+
./src/senses/sentiment.py
|
| 93 |
+
./src/senses/audio_dsp.py
|
| 94 |
+
./src/senses/audio_processor.py
|
| 95 |
+
./src/senses/base_sensor.py
|
| 96 |
+
./src/senses/vision_processor.py
|
| 97 |
+
./src/senses/sigint_processor.py
|
| 98 |
+
./src/senses/__init__.py
|
| 99 |
+
./src/__pycache__
|
| 100 |
+
./src/__pycache__/__init__.cpython-311.pyc
|
| 101 |
+
./src/download_fsi_model.py
|
| 102 |
+
./src/psychology
|
| 103 |
+
./src/psychology/self_model.py
|
| 104 |
+
./src/psychology/__init__.py
|
| 105 |
+
./src/core
|
| 106 |
+
./src/core/__pycache__
|
| 107 |
+
./src/core/heartbeat.py
|
| 108 |
+
./src/core/heartbeat_engine.py
|
| 109 |
+
./src/core/memory_manager.py
|
| 110 |
+
./src/core/training_controller.py
|
| 111 |
+
./src/core/benchmark_engine.py
|
| 112 |
+
./src/core/telemetry_bridge.py
|
| 113 |
+
./src/core/template_manager.py
|
| 114 |
+
./src/cognition
|
| 115 |
+
./src/cognition/action_engine.py
|
| 116 |
+
./src/cognition/__pycache__
|
| 117 |
+
./src/cognition/synthesizer.py
|
| 118 |
+
./src/cognition/memory.py
|
| 119 |
+
./src/app_interface
|
| 120 |
+
./src/app_interface/__pycache__
|
| 121 |
+
./src/app_interface/visualizer.py
|
| 122 |
+
./src/kernel_interface
|
| 123 |
+
./src/kernel_interface/vitalis_ioctl.h
|
| 124 |
+
./src/kernel_interface/vitalis_module.c
|
| 125 |
+
./src/kernel_interface/procfs_bridge.py
|
| 126 |
+
./src/kernel_interface/__pycache__
|
| 127 |
+
./src/kernel_interface/Makefile
|
| 128 |
+
./src/kernel_interface/shared_buffer.c
|
| 129 |
+
./src/kernel_interface/netlink_bridge.py
|
| 130 |
+
./src/kernel_interface/kernel_bridge.h
|
| 131 |
+
./src/kernel_interface/drivers
|
| 132 |
+
./src/bootstrap_cybercore.py
|
| 133 |
+
./src/energy
|
| 134 |
+
./src/energy/free_energy.py
|
| 135 |
+
./src/energy/__init__.py
|
| 136 |
+
./src/modules
|
| 137 |
+
./src/modules/mod_01_recon.py
|
| 138 |
+
./src/brain
|
| 139 |
+
./src/brain/prompt_cache.py
|
| 140 |
+
./src/brain/rnn_core.py
|
| 141 |
+
./src/brain/__pycache__
|
| 142 |
+
./src/brain/brain_interface.py
|
| 143 |
+
./src/brain/__init__.py
|
| 144 |
+
./src/__init__.py
|
| 145 |
+
./setup.py
|
| 146 |
+
./memory_stream.jsonl
|
| 147 |
+
./vitalis_system_compilation.log
|
| 148 |
+
./fsi_main.py
|
| 149 |
+
./hf_upload.py
|
| 150 |
+
./organism_main.py
|
| 151 |
+
./requirements.txt
|
| 152 |
+
./pyproject.toml
|
| 153 |
+
./BENCHMARKS.md
|
| 154 |
+
./CONTRIBUTING.md
|
| 155 |
+
|
| 156 |
+
=========================================================================
|
| 157 |
+
FILE PATH: app.py
|
| 158 |
+
=========================================================================
|
| 159 |
+
#!/usr/bin/env python3
|
| 160 |
+
import os
|
| 161 |
+
import sys
|
| 162 |
+
from pathlib import Path
|
| 163 |
+
|
| 164 |
+
BASE_DIR = Path(__file__).parent.absolute()
|
| 165 |
+
if str(BASE_DIR) not in sys.path:
|
| 166 |
+
sys.path.insert(0, str(BASE_DIR))
|
| 167 |
+
|
| 168 |
+
from core.brain import VitalisBrain
|
| 169 |
+
from extensions.dreamer import Dreamer
|
| 170 |
+
from extensions.temp_scheduler import TemperatureScheduler
|
| 171 |
+
from src.energy.free_energy import FreeEnergyEngine
|
| 172 |
+
|
| 173 |
+
def main():
|
| 174 |
+
print("[*] Launching Vitalis Bio-AI Engine with Active Inference (FEP)...")
|
| 175 |
+
brain = VitalisBrain()
|
| 176 |
+
temp_scheduler = TemperatureScheduler(brain)
|
| 177 |
+
|
| 178 |
+
# Instantiate active FEP layer tracking systems
|
| 179 |
+
fe_engine = FreeEnergyEngine(alpha=0.85)
|
| 180 |
+
|
| 181 |
+
dreamer = Dreamer(brain, interval_sec=600)
|
| 182 |
+
dreamer.start()
|
| 183 |
+
|
| 184 |
+
print("[+] Engine operational. Free-Energy optimization loops tracking live telemetry.")
|
| 185 |
+
print("Telemetry In > ", end="")
|
| 186 |
+
|
| 187 |
+
while True:
|
| 188 |
+
try:
|
| 189 |
+
user_input = input().strip()
|
| 190 |
+
if not user_input:
|
| 191 |
+
print("Telemetry In > ", end="")
|
| 192 |
+
continue
|
| 193 |
+
|
| 194 |
+
if user_input.lower() in ["exit", "quit"]:
|
| 195 |
+
dreamer.stop()
|
| 196 |
+
break
|
| 197 |
+
|
| 198 |
+
# Step A: Compute raw observation tokens and extract variational log probability
|
| 199 |
+
tokens = brain._tokenize(user_input)
|
| 200 |
+
logprob = brain.calculate_last_logprob(tokens)
|
| 201 |
+
|
| 202 |
+
# Step B: Pass surprise trace directly into FEP state machine
|
| 203 |
+
fe_engine.ingest_observation(logprob)
|
| 204 |
+
|
| 205 |
+
# Step C: Inject dynamic calculated FEP temperature scaling parameter straight to brain core
|
| 206 |
+
brain.current_temperature = fe_engine.temperature_factor(base_temp=0.8)
|
| 207 |
+
|
| 208 |
+
# Run baseline background ticks
|
| 209 |
+
temp_scheduler.tick()
|
| 210 |
+
|
| 211 |
+
# Execute main pipeline logic processing sequence
|
| 212 |
+
response = brain.process(user_input)
|
| 213 |
+
|
| 214 |
+
print(f"Metrics Out > {response} [FE: {fe_engine.free_energy:.4f} | Temp: {brain.current_temperature:.4f}]\nTelemetry In > ", end="")
|
| 215 |
+
except (KeyboardInterrupt, EOFError):
|
| 216 |
+
dreamer.stop()
|
| 217 |
+
break
|
| 218 |
+
|
| 219 |
+
if __name__ == "__main__":
|
| 220 |
+
main()
|
| 221 |
+
print(f"Metrics Out > {response} [FE: {fe_engine.free_energy:.4f} | Temp: {brain.current_temperature:.4f}]\nTelemetry In > ", end="")
|
| 222 |
+
except (KeyboardInterrupt, EOFError):
|
| 223 |
+
dreamer.stop()
|
| 224 |
+
break
|
| 225 |
+
|
| 226 |
+
if __name__ == "__main__":
|
| 227 |
+
main()
|
| 228 |
+
|
| 229 |
+
|
| 230 |
+
|
| 231 |
+
=========================================================================
|
| 232 |
+
FILE PATH: run_vitalis.py
|
| 233 |
+
=========================================================================
|
| 234 |
+
#!/usr/bin/env python3
|
| 235 |
+
import os
|
| 236 |
+
import sys
|
| 237 |
+
import json
|
| 238 |
+
import argparse
|
| 239 |
+
from core.brain import VitalisBrain
|
| 240 |
+
|
| 241 |
+
def run_training():
|
| 242 |
+
print("[*] Initiating Synaptic Matrix Optimization (Teacher Forcing)...")
|
| 243 |
+
brain = VitalisBrain()
|
| 244 |
+
# Mock stream for training if data_path missing
|
| 245 |
+
data = [{"prompt": "status", "response": "nominal"}, {"prompt": "init", "response": "ready"}]
|
| 246 |
+
|
| 247 |
+
for epoch in range(1, 6):
|
| 248 |
+
for entry in data:
|
| 249 |
+
brain.execute_teacher_forcing(entry["prompt"], entry["response"])
|
| 250 |
+
print(f" -> Epoch {epoch}/5 Complete.")
|
| 251 |
+
print("[+] Optimization successful.")
|
| 252 |
+
|
| 253 |
+
if __name__ == "__main__":
|
| 254 |
+
parser = argparse.ArgumentParser()
|
| 255 |
+
parser.add_argument("--train", action="store_true")
|
| 256 |
+
args = parser.parse_args()
|
| 257 |
+
|
| 258 |
+
if args.train:
|
| 259 |
+
run_training()
|
| 260 |
+
else:
|
| 261 |
+
from app import main
|
| 262 |
+
main()
|
| 263 |
+
|
| 264 |
+
|
| 265 |
+
|
| 266 |
+
=========================================================================
|
| 267 |
+
FILE PATH: requirements.txt
|
| 268 |
+
=========================================================================
|
| 269 |
+
annotated-doc==0.0.4
|
| 270 |
+
anyio==4.13.0
|
| 271 |
+
certifi==2026.5.20
|
| 272 |
+
click==8.4.1
|
| 273 |
+
filelock==3.29.0
|
| 274 |
+
fsspec==2026.4.0
|
| 275 |
+
h11==0.16.0
|
| 276 |
+
hf-xet==1.5.0
|
| 277 |
+
httpcore==1.0.9
|
| 278 |
+
httpx==0.28.1
|
| 279 |
+
huggingface_hub==1.16.4
|
| 280 |
+
idna==3.16
|
| 281 |
+
markdown-it-py==4.2.0
|
| 282 |
+
mdurl==0.1.2
|
| 283 |
+
packaging==26.2
|
| 284 |
+
Pygments==2.20.0
|
| 285 |
+
PyYAML==6.0.3
|
| 286 |
+
rich==15.0.0
|
| 287 |
+
shellingham==1.5.4
|
| 288 |
+
tqdm==4.67.3
|
| 289 |
+
typer==0.25.1
|
| 290 |
+
typing_extensions==4.15.0
|
| 291 |
+
|
| 292 |
+
|
| 293 |
+
|
| 294 |
+
=========================================================================
|
| 295 |
+
FILE PATH: README.md
|
| 296 |
+
=========================================================================
|
| 297 |
+
---
|
| 298 |
+
license: gpl-3.0
|
| 299 |
+
tags:
|
| 300 |
+
- synthetic-intelligence
|
| 301 |
+
- sovereign-ai
|
| 302 |
+
- open-source
|
| 303 |
+
---
|
| 304 |
+
|
| 305 |
+
# Vitalis_Core
|
| 306 |
+
### Ferrell Synthetic Intelligence (FSI)
|
| 307 |
+
**Built by Neuro_Nomad**
|
| 308 |
+
|
| 309 |
+
Vitalis_Core is a sovereign synthetic intelligence framework engineered
|
| 310 |
+
for local, air-gapped deployment. Designed for modularity and
|
| 311 |
+
kernel-level integration, it provides the fundamental cognitive and
|
| 312 |
+
sensory infrastructure for autonomous synthetic entities.
|
| 313 |
+
|
| 314 |
+
---
|
| 315 |
+
|
| 316 |
+
## Technical Architecture
|
| 317 |
+
|
| 318 |
+
Vitalis_Core operates as a standalone framework decoupled from
|
| 319 |
+
cloud-dependent APIs.
|
| 320 |
+
|
| 321 |
+
- Core Engine: Python 3.11+ implementation, minimal external dependencies
|
| 322 |
+
- Kernel Integration: Direct netlink and procfs interfacing
|
| 323 |
+
- Sovereign Shield: Integrity protection layer for memory management
|
| 324 |
+
- Cognitive Framework: Hierarchical memory and action engine
|
| 325 |
+
- Adaptive Tiers: kids, basic, enthusiast, professional, school
|
| 326 |
+
|
| 327 |
+
---
|
| 328 |
+
|
| 329 |
+
## System Requirements
|
| 330 |
+
- OS: Linux (Debian-based, Kernel 6.1+)
|
| 331 |
+
- Python: 3.11 or higher
|
| 332 |
+
- Memory: Optimized for ARM64/x86 environments
|
| 333 |
+
|
| 334 |
+
---
|
| 335 |
+
|
| 336 |
+
## Installation
|
| 337 |
+
|
| 338 |
+
git clone https://github.com/AnonymousNomad/Vitalis_core
|
| 339 |
+
cd Vitalis_core
|
| 340 |
+
python3 fsi_main.py
|
| 341 |
+
|
| 342 |
+
---
|
| 343 |
+
|
| 344 |
+
## Roadmap
|
| 345 |
+
- Core stability and heartbeat engine optimization
|
| 346 |
+
- Mobile companion app for training and configuration
|
| 347 |
+
- Kernel interface hardening for defense protocols
|
| 348 |
+
|
| 349 |
+
---
|
| 350 |
+
|
| 351 |
+
## License
|
| 352 |
+
GPL-3.0 — Contributions welcome. See CONTRIBUTING.md.
|
| 353 |
+
EOF
|
| 354 |
+
|
| 355 |
+
|
| 356 |
+
|
| 357 |
+
=========================================================================
|
| 358 |
+
FILE PATH: core/brain.py
|
| 359 |
+
=========================================================================
|
| 360 |
+
#!/usr/bin/env python3
|
| 361 |
+
import numpy as np
|
| 362 |
+
import json
|
| 363 |
+
import os
|
| 364 |
+
import time
|
| 365 |
+
|
| 366 |
+
class VitalisBrain:
|
| 367 |
+
def __init__(self):
|
| 368 |
+
self.state = "aware"
|
| 369 |
+
self.cycle = 0
|
| 370 |
+
self.last_input = None
|
| 371 |
+
self.current_temperature = 0.7
|
| 372 |
+
|
| 373 |
+
# Local Matrix Layer Variables
|
| 374 |
+
self.vocab_size = 256
|
| 375 |
+
self.embedding_dim = 16
|
| 376 |
+
|
| 377 |
+
np.random.seed(42)
|
| 378 |
+
self.weights = np.random.randn(self.vocab_size, self.embedding_dim) * 0.1
|
| 379 |
+
self.output_layer = np.random.randn(self.embedding_dim, self.vocab_size) * 0.1
|
| 380 |
+
|
| 381 |
+
def _tokenize(self, text):
|
| 382 |
+
return [ord(char) % self.vocab_size for char in text]
|
| 383 |
+
|
| 384 |
+
def calculate_last_logprob(self, tokens):
|
| 385 |
+
"""Calculates mathematical log probability over input token traces via softmax scaling."""
|
| 386 |
+
if not tokens:
|
| 387 |
+
return -2.0 # Baseline nominal unexpected state value
|
| 388 |
+
embeddings = self.weights[tokens]
|
| 389 |
+
aggregated_state = np.mean(embeddings, axis=0)
|
| 390 |
+
logits = np.dot(aggregated_state, self.output_layer)
|
| 391 |
+
|
| 392 |
+
# Softmax computation sequence
|
| 393 |
+
shifted_logits = logits - np.max(logits)
|
| 394 |
+
probs = np.exp(shifted_logits) / np.sum(np.exp(shifted_logits))
|
| 395 |
+
|
| 396 |
+
# Return average log probability of observation vector trace safely
|
| 397 |
+
target_probs = probs[tokens]
|
| 398 |
+
return float(np.mean(np.log(target_probs + 1e-12)))
|
| 399 |
+
|
| 400 |
+
def process(self, input_data):
|
| 401 |
+
self.cycle += 1
|
| 402 |
+
self.last_input = input_data
|
| 403 |
+
|
| 404 |
+
if not input_data or input_data.strip() == "":
|
| 405 |
+
return "IDLE: Waiting for telemetry stream matrix inputs."
|
| 406 |
+
|
| 407 |
+
tokens = self._tokenize(input_data)
|
| 408 |
+
if not tokens:
|
| 409 |
+
return "ERROR: Signal translation collapsed."
|
| 410 |
+
|
| 411 |
+
lowered = input_data.lower()
|
| 412 |
+
if any(w in lowered for w in ["train", "learn", "teach", "optimize"]):
|
| 413 |
+
return f"SYSTEM_TRANSITION: Active matrix state ready for parameter optimization loops."
|
| 414 |
+
elif any(w in lowered for w in ["status", "metrics", "mood", "energy"]):
|
| 415 |
+
return f"DIAGNOSTIC_STATE: Integrity secure. Temperature={self.current_temperature:.4f}."
|
| 416 |
+
|
| 417 |
+
return f"PROCESSED_STREAM [Sync Node {self.cycle}]: Telemetry ingested successfully."
|
| 418 |
+
|
| 419 |
+
def execute_teacher_forcing(self, prompt, target_response):
|
| 420 |
+
prompt_tokens = self._tokenize(prompt)
|
| 421 |
+
target_tokens = self._tokenize(target_response)
|
| 422 |
+
if not prompt_tokens or not target_tokens:
|
| 423 |
+
return False
|
| 424 |
+
learning_rate = 0.05
|
| 425 |
+
for t in target_tokens:
|
| 426 |
+
for p in prompt_tokens:
|
| 427 |
+
self.weights[p] += learning_rate * 0.01
|
| 428 |
+
self.output_layer[:, t] += learning_rate * 0.01
|
| 429 |
+
return True
|
| 430 |
+
|
| 431 |
+
def status(self):
|
| 432 |
+
return {"state": self.state, "cycle": self.cycle, "timestamp": time.time(), "temp": self.current_temperature}
|
| 433 |
+
|
| 434 |
+
|
| 435 |
+
|
| 436 |
+
=========================================================================
|
| 437 |
+
FILE PATH: extensions/dreamer.py
|
| 438 |
+
=========================================================================
|
| 439 |
+
import threading
|
| 440 |
+
import time
|
| 441 |
+
import os
|
| 442 |
+
from datetime import datetime
|
| 443 |
+
|
| 444 |
+
class Dreamer:
|
| 445 |
+
def __init__(self, brain, interval_sec=600):
|
| 446 |
+
self.brain = brain
|
| 447 |
+
self.interval = interval_sec
|
| 448 |
+
self._stop = threading.Event()
|
| 449 |
+
self.thread = threading.Thread(target=self._loop, daemon=True)
|
| 450 |
+
|
| 451 |
+
def start(self):
|
| 452 |
+
self.thread.start()
|
| 453 |
+
|
| 454 |
+
def stop(self):
|
| 455 |
+
self._stop.set()
|
| 456 |
+
self.thread.join()
|
| 457 |
+
|
| 458 |
+
def _loop(self):
|
| 459 |
+
while not self._stop.is_set():
|
| 460 |
+
if hasattr(self.brain, "generate_response"):
|
| 461 |
+
dream = self.brain.generate_response("Internal synaptic drift consolidation sequence.", "SYSTEM: DREAM_STATE")
|
| 462 |
+
elif hasattr(self.brain, "think"):
|
| 463 |
+
dream = self.brain.think("SYSTEM: DREAM_STATE_TRIGGER")
|
| 464 |
+
else:
|
| 465 |
+
dream = "Synaptic replay executed normally."
|
| 466 |
+
|
| 467 |
+
ts = datetime.utcnow().strftime("%Y%m%d_%H%M%S")
|
| 468 |
+
path = os.path.expanduser(f"~/vitalis_core/storage/dreams/{ts}.txt")
|
| 469 |
+
os.makedirs(os.path.dirname(path), exist_ok=True)
|
| 470 |
+
with open(path, "w", encoding="utf-8") as f:
|
| 471 |
+
f.write(dream)
|
| 472 |
+
time.sleep(self.interval)
|
| 473 |
+
|
| 474 |
+
|
| 475 |
+
|
| 476 |
+
=========================================================================
|
| 477 |
+
FILE PATH: extensions/temp_scheduler.py
|
| 478 |
+
=========================================================================
|
| 479 |
+
class TemperatureScheduler:
|
| 480 |
+
def __init__(self, brain):
|
| 481 |
+
self.brain = brain
|
| 482 |
+
self.adrenaline = 0.5
|
| 483 |
+
self.cortisol = 0.3
|
| 484 |
+
self.base_temp = 0.8
|
| 485 |
+
|
| 486 |
+
def tick(self):
|
| 487 |
+
self.adrenaline = max(0.1, self.adrenaline - 0.01)
|
| 488 |
+
self.cortisol = max(0.1, self.cortisol - 0.005)
|
| 489 |
+
computed_temp = self.base_temp * (1.0 + (0.3 * self.adrenaline) - (0.1 * self.cortisol))
|
| 490 |
+
target_temp = max(0.4, min(1.4, computed_temp))
|
| 491 |
+
if hasattr(self.brain, "current_temperature"):
|
| 492 |
+
self.brain.current_temperature = target_temp
|
| 493 |
+
|
| 494 |
+
|
| 495 |
+
|
| 496 |
+
=========================================================================
|
| 497 |
+
FILE PATH: extensions/evolutionary_lora.py
|
| 498 |
+
=========================================================================
|
| 499 |
+
import numpy as np
|
| 500 |
+
import json
|
| 501 |
+
import os
|
| 502 |
+
|
| 503 |
+
class EvolutionaryLoRA:
|
| 504 |
+
def __init__(self, brain, evaluation_set=None):
|
| 505 |
+
self.brain = brain
|
| 506 |
+
self.eval_set = evaluation_set
|
| 507 |
+
|
| 508 |
+
def run_generation(self):
|
| 509 |
+
out_path = os.path.expanduser("~/vitalis_core/storage/lora_delta_evo.json")
|
| 510 |
+
os.makedirs(os.path.dirname(out_path), exist_ok=True)
|
| 511 |
+
mock_delta = {
|
| 512 |
+
"layer_delta_A": np.random.randn(4, 4).tolist(),
|
| 513 |
+
"layer_delta_B": np.random.randn(4, 4).tolist()
|
| 514 |
+
}
|
| 515 |
+
with open(out_path, "w") as f:
|
| 516 |
+
json.dump(mock_delta, f, indent=2)
|
| 517 |
+
print(f"[+] Synaptic optimization trace exported to {out_path}")
|
| 518 |
+
|
| 519 |
+
|
| 520 |
+
|
| 521 |
+
[-] WARNING: Core asset file missing from current directory structure: plugins/self_audit_tool.py
|
vitalis_v2.2.0_release.zip
ADDED
|
Binary file (82 kB). View file
|
|
|
watcher.log
ADDED
|
File without changes
|