Expand description
AINL graph node types - the vocabulary of agent memory.
Four core memory types: Episode (episodic), Semantic, Procedural, Persona. Designed to be standalone (zero ArmaraOS deps) yet compatible with OrchestrationTraceEvent serialization.
Structs§
- Ainl
Edge - Typed edge connecting memory nodes
- Ainl
Memory Node - A node in the AINL memory graph
- Episodic
Node - Episodic memory payload (one turn / moment).
- Persona
Node - Canonical persona payload (flattened under
AinlNodeType::Personain JSON). - Procedural
Node - Procedural memory payload.
- Semantic
Node - Semantic / factual memory payload.
- Strength
Event - One strength adjustment on a persona trait (evolution / provenance).
Enums§
- Ainl
Node Kind - Coarse node kind for store queries (matches
node_typecolumn values). - Ainl
Node Type - Core AINL node types - the vocabulary of agent memory.
- Memory
Category - Memory category aligned with the four memory families (episodic ↔
Episodenodes). - Persona
Layer - Persona
Source - Procedure
Type - Sentiment