klieo-runlog
Tier 2 observability — RunLog aggregate + replay engine for klieo agents.
Part of the klieo Rust agent framework.
Features
- Projects
EpisodicMemoryevents into a deterministicRunLogper agent run - Replay engine re-emits a recorded run for debugging or audit
- Deterministic compaction merges partial logs without data loss
Usage
[]
= "0.38"
use ;
// Retrieve episodes from any EpisodicMemory impl, then project:
let episodes = memory.replay.await?;
let log = project;
// Persist to a store:
let store = default;
store.put.await?;
Status
0.38.x — pre-1.0; patch releases are backward-compatible.
See docs/SEMVER.md.
License
MIT — see LICENSE.