Expand description
Character evolution and self-modification plugin for elizaOS agents (Rust).
Provides:
- Character modification types and validation
- Evolution suggestion tracking
- Safety validation (XSS prevention, length limits, confidence thresholds)
- In-memory personality service with cooldown management
Re-exports§
Modules§
- service
- In-memory service for character modification tracking and validation. In-memory service for character modification tracking and validation.
- types
- Type definitions for modifications, suggestions, and configuration. Type definitions for the personality/character evolution plugin.
Structs§
- Plugin
- Plugin metadata struct.
Constants§
- PLUGIN_
DESCRIPTION - Plugin description.
- PLUGIN_
NAME - Plugin metadata.
- PLUGIN_
VERSION - Plugin version.
Functions§
- plugin
- Returns the plugin metadata.