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.