minseok
๐ Implement 3 Frontier Theories: Karl Friston FEP Predictive Coding, Astrocyte Tripartite Glia, Ryu-Takayanagi Wormhole Calibration Filter
1bfe9c1 | // ๐ [BioPhys 6.0 ๊ณต์ ํฌ๋ ์ดํธ ๋ฃจํธ] (src/lib.rs) | |
| pub mod applied_rust2026_features; | |
| pub mod astrocyte_glia_controller; | |
| pub mod bpsn_loader; | |
| pub mod dynamic_knowledge_rag; | |
| pub mod dynamic_phase_interpreter; | |
| pub mod ecosystem_evolution; | |
| pub mod free_energy_engine; | |
| pub mod generative_llm; | |
| pub mod holographic_tensor_network; | |
| pub mod korean_telemetry; | |
| pub mod native_bpe_tokenizer; | |
| pub mod parallel_engine; | |
| pub mod particle_accelerator_engine; | |
| pub mod sdk; | |
| pub mod solar_moe_router; | |
| pub mod tachyon_speculative; | |
| pub mod tensor_quantizer; | |
| pub mod token_autoregressive_snn; | |
| // SDK ํต์ฌ ํธ์ ์ฌ์์ถ (Prelude) | |
| pub use sdk::{BioPhysClient, BioPhysConfig, BioPhysResponse, BioPhysTelemetry}; | |
| pub use particle_accelerator_engine::{ParticleAcceleratorEngine, ParticleAcceleratorConfig, RelativisticSpikeBeam, CollisionEvent}; | |
| pub use free_energy_engine::{FreeEnergyEngine, FreeEnergyConfig, PredictiveCodingLayer}; | |
| pub use astrocyte_glia_controller::{AstrocyteGliaController, AstrocyteConfig, AstrocyteDomain}; | |
| pub use holographic_tensor_network::{HolographicTensorNetwork, WormholeCalibrationFilter, HolographicWormholeRoute}; | |