//! Smelt Memory - Contextual memory system for semantic version control
//!
//! This crate provides episodic memory capabilities inspired by MemRL:
//! - Episode capture from intent + outcome
//! - Semantic search via embeddings
//! - Utility-based ranking (Wilson score, Bellman propagation, decay)
//! - Feedback learning for retrieval improvement
pub use ;
pub use SmeltMemory;
pub use ;