Expand description
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
Re-exports§
pub use action::*;pub use evaluator::*;pub use prompts::*;pub use provider::*;pub use service::*;pub use types::*;
Modules§
- action
- Record experience action. Record experience action for the experience plugin.
- evaluator
- Experience evaluator for extracting learnings from conversation. Experience evaluator for extracting learnings from conversation context.
- prompts
- Prompt builder utilities.
- provider
- Experience context provider. Experience context provider for the experience plugin.
- service
- In-memory service for recording/querying experiences.
- types
- Type definitions for experiences and queries.