holographic-memory 0.5.0

A high-performance Holographic Memory System (HMS) implementing Vector Symbolic Architectures (VSA).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright 2024-2026 WritersLogic Contributors
// SPDX-License-Identifier: Apache-2.0

//! Cognition layer: background discovery of implicit knowledge.
//!
//! All components operate with read-only access to meaning memory stores.
//! Discovered insights require explicit promotion before becoming stored facts.

pub mod abstraction;
pub mod analogy;
pub mod gaps;
pub mod governor;
pub mod hypothesis;
pub mod r#loop;
pub mod patterns;
pub mod refiner;