alice-core 0.1.3

Core domain types and port traits for the Alice AI agent
Documentation
1
2
3
4
5
6
7
//! Alice core domain layer.
//!
//! Pure domain types, port traits, and service logic with zero adapter
//! dependencies. This is the innermost hexagonal layer.

/// Local memory subsystem.
pub mod memory;