Skip to main content

Crate elizaos_plugin_personality

Crate elizaos_plugin_personality 

Source
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§

pub use service::*;
pub use types::*;

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.