Module core

Module core 

Source
Expand description

Core domain types for the agent memory system

Re-exports§

pub use change::ChangeLog;
pub use change::ChangeType;
pub use fact::ContentHash;
pub use fact::EmbeddingVector;
pub use fact::FactId;
pub use fact::MetadataMap;
pub use fact::StoredFact;
pub use operation::FactOperation;
pub use operation::IngestionOutcome;
pub use operation::ModificationResult;
pub use operation::RetrievalResult;
pub use scope::ScopeFilter;
pub use scope::ScopeIdentifiers;

Modules§

change
Change tracking and history
fact
Core fact/memory data structures
operation
Operation types and results
scope
Scoping identifiers for hierarchical memory management