exo-core
Core traits and types for EXO-AI cognitive substrate - IIT consciousness measurement and Landauer thermodynamics.
Overview
exo-core provides the foundational types and traits for the EXO-AI cognitive substrate:
- IIT Consciousness Measurement: Integrated Information Theory (Φ) computation
- Landauer Thermodynamics: Physical cost of information processing
- Pattern Storage: Core types for cognitive patterns
- Causal Graph: Relationships between cognitive elements
Installation
[]
= "0.1"
Usage
use ;
use CognitiveThermometer;
// Measure integrated information (Φ)
let substrate = new;
substrate.add_pattern;
let phi = substrate.compute_phi;
// Track computational thermodynamics
let thermo = new; // Kelvin
let cost = thermo.landauer_cost_bits;
Links
License
MIT OR Apache-2.0