Skip to main content

Crate elizaos_plugin_trajectory_logger

Crate elizaos_plugin_trajectory_logger 

Source
Expand description

Trajectory logging utilities for elizaOS agents (Rust).

Provides:

  • In-memory trajectory logger service
  • ART / GRPO formatting helpers
  • Heuristic reward scoring helpers

Re-exports§

pub use art_format::*;
pub use export::*;
pub use reward_service::*;
pub use service::*;
pub use types::*;

Modules§

art_format
ART formatting helpers.
export
Export helpers (JSONL / grouped JSON).
reward_service
Heuristic reward scoring.
service
In-memory trajectory collector.
types
Shared types.