FerrellSyntheticIntelligence commited on
Commit
059d982
·
2 Parent(s): 52ae51034db5e8

Force resolve conflict and update dependencies

Browse files
Files changed (3) hide show
  1. README.md +6 -34
  2. WHITE_PAPER.md +46 -0
  3. requirements.txt +6 -1
README.md CHANGED
@@ -1,46 +1,18 @@
1
  ---
2
- title: Vitalis Core
3
  emoji: ⚡
4
  colorFrom: blue
5
  colorTo: indigo
6
  sdk: gradio
7
  sdk_version: 4.44.0
8
  app_file: app.py
9
- pinned: true
10
  license: apache-2.0
11
- language: code
12
- tags:
13
- - synthetic-intelligence
14
- - autonomous
15
- - meta-learning
16
- - local-sovereign
17
  ---
 
18
  # Vitalis Core | Sovereign Intelligence Substrate
19
- Vitalis Core is a hardened, Linux-native synthetic intelligence engine engineered for edge-compute autonomy. It serves as the primary cognitive substrate for Ferrell Synthetic Intelligence (FSI).
20
- ## Architectural Philosophy
21
- Vitalis Core is not merely an application; it is an Autonomous Entity.
22
- - **Sovereignty**: Zero-dependency, offline-first, edge-optimized.
23
- - **Integrity**: Every perception, thought, and state-update is recorded within an immutable, SHA-256 hash-chain (The Ledger).
24
- - **Efficiency**: Operates on minimal resource overhead, utilizing a predictive Free-Energy engine to govern cognitive load.
25
- ## Technical Specifications
26
 
27
- | Parameter | Value |
28
- | :--- | :--- |
29
- | **Architecture** | 3-Head Tripartite Consensus Manager |
30
- | **Attention** | Dynamic-Gate-Attention (DGA) |
31
- | **Memory** | Self-Reconstruction Memory (SRM) |
32
- | **Optimization** | MLO (Meta-Learning Optimizer) |
33
- | **Integrity** | SHA-256 Chained Immutable Ledger |
34
 
35
- ## Core Components
36
- 1. **The Ledger (Cryptographic Conscience)**: All system events are append-only and cryptographically linked.
37
- 2. **The Cognitive Substrate**: Gated-RNN/Transformer hybrid architecture for long-term memory stability.
38
- 3. **Telemetry Bridge**: Observability layer for ethical reconnaissance and system monitoring.
39
- ## Installation & Deployment
40
- ```bash
41
- git clone [https://huggingface.co/FerrellSyntheticIntelligence/Vitalis_Core](https://huggingface.co/FerrellSyntheticIntelligence/Vitalis_Core)
42
- cd Vitalis_Core
43
- python3 -m venv .venv
44
- source .venv/bin/activate
45
- pip install -r requirements.txt
46
- python organism_main.py
 
1
  ---
2
+ title: Vitalis Core UI
3
  emoji: ⚡
4
  colorFrom: blue
5
  colorTo: indigo
6
  sdk: gradio
7
  sdk_version: 4.44.0
8
  app_file: app.py
9
+ pinned: false
10
  license: apache-2.0
 
 
 
 
 
 
11
  ---
12
+
13
  # Vitalis Core | Sovereign Intelligence Substrate
 
 
 
 
 
 
 
14
 
15
+ Vitalis Core is a hardened, Linux-native synthetic intelligence engine engineered for edge-compute autonomy.
 
 
 
 
 
 
16
 
17
+ ## Documentation
18
+ - [Vitalis Core White Paper](WHITE_PAPER.md)
 
 
 
 
 
 
 
 
 
 
WHITE_PAPER.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Vitalis Core: A Sovereign Synthetic Intelligence Substrate
2
+ **Lead Architect:** Gary James Ferrell (Neuro_Nomad)
3
+ **Entity:** Ferrell Synthetic Intelligence (FSI)
4
+ **Classification:** Autonomous Neuro-Synth Engine
5
+ **Version:** 1.0.0-Stabilized
6
+
7
+ ---
8
+
9
+ ## 1. Executive Summary
10
+ Vitalis Core is a hardened, Linux-native synthetic intelligence engine engineered for edge-compute autonomy. It is designed to operate as a self-governing entity, independent of external cloud dependencies. By prioritizing local data immutability, energy-based state modeling, and cryptographic integrity, Vitalis Core provides a persistent, verifiable cognitive substrate for complex decision-making and reconnaissance tasks.
11
+
12
+ ## 2. Architectural Philosophy
13
+ The core design principle is **"Sovereignty through Integrity."** In an era of black-box LLMs, Vitalis Core provides full-stack transparency. The system does not merely compute; it perceives, records, and reconstructs reality based on verified input streams.
14
+
15
+
16
+
17
+ ## 3. Core Technical Specifications
18
+
19
+ ### A. The Ledger (Cryptographic Conscience)
20
+ The Ledger is the foundational security layer. Every state-change—from initial boot to sensory input processing—is recorded in a SHA-256 hashed chain.
21
+ * **Immutability:** Once a memory or state is written to the Ledger, it cannot be modified without breaking the cryptographic chain.
22
+ * **Integrity Validation:** Upon system boot, the `VitalisLedger` module performs a recursive verification to ensure the local memory environment has not been tampered with.
23
+
24
+ ### B. The Cognitive Substrate
25
+ The brain utilizes a Hybrid-Gated architecture, blending RNN-like state retention with Transformer-based attention mechanisms.
26
+ * **Synaptic Replay (Dreaming):** The `Dreamer` extension facilitates background cognitive consolidation. During idle states, the system reviews its own Ledger entries to solidify long-term memory patterns.
27
+ * **Meta-Learning Optimizer (MLO):** A secondary feedback loop that dynamically adjusts weights based on performance metrics against predefined ethical and operational constraints.
28
+
29
+ ### C. Telemetry & Sensory Input
30
+ Sensory data is ingested through the `/senses` module, translated into a unified vector space, and mapped against the Telemetry Bridge. This allows for real-time visualization of the engine's "current awareness."
31
+
32
+ ## 4. Operational Methodology
33
+ Vitalis Core operates under the **Free-Energy Principle**.
34
+ 1. **Prediction:** The engine generates an internal hypothesis regarding the current environment based on active sensory input.
35
+ 2. **Reconciliation:** The system compares incoming data to the prediction.
36
+ 3. **Minimization:** If a mismatch occurs, the system updates its internal weights to minimize "surprise" (or free energy), ensuring the intelligence model evolves in alignment with ground-truth reality.
37
+
38
+ ## 5. Security & Compliance
39
+ * **Edge-First Design:** Zero external API calls are mandatory for operation.
40
+ * **Auditability:** Every internal thought, if recorded in the Ledger, is reviewable.
41
+ * **Operator Responsibility:** This engine is a tool for professional Ethical Reconnaissance. The operator is responsible for configuring the sensory threshold and complying with local jurisdiction regarding data collection.
42
+
43
+ ## 6. Deployment & Governance
44
+ Vitalis Core is an FSI proprietary project, released under an Apache-2.0 hybrid license to ensure both open access to the architecture and protection of the underlying synthetic identity.
45
+
46
+ "Precision is the only variable that defines the boundary between noise and intelligence." — FSI Internal Protocol
requirements.txt CHANGED
@@ -1 +1,6 @@
1
- gradio
 
 
 
 
 
 
1
+ gradio>=4.26.0
2
+ huggingface_hub
3
+ pandas
4
+ numpy
5
+ pydantic
6
+ uvicorn