//! Experience learning plugin for elizaOS agents (Rust).
//!
//! Provides:
//! - Experience types and query structures
//! - In-memory experience service
//! - Action for recording experiences
//! - Provider for injecting relevant experiences into context
//! - Evaluator for extracting novel experiences from conversation
//! - Prompt template helpers for extracting experiences
/// Record experience action.
/// Experience evaluator for extracting learnings from conversation.
/// Prompt builder utilities.
/// Experience context provider.
/// In-memory service for recording/querying experiences.
/// Type definitions for experiences and queries.
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;