eros-engine-core 0.9.3

Pure-domain types and rules for the eros-engine AI companion engine: persona, six-dimensional affinity, PDE decisions, and ghost-message logic with no I/O.
Documentation
1
2
3
4
5
6
7
8
9
// SPDX-License-Identifier: AGPL-3.0-only
//! Pure-domain logic with no I/O.

pub mod affinity;
pub mod ghost;
pub mod pde;
pub mod persona;
pub mod scope;
pub mod types;