Logo
Explore Help
Register Sign In
valknar/llmx
1
0
Fork 0
You've already forked llmx
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
18330c23626b1e05bb2c820d435b7f4e21560546
llmx/codex-rs/core/src/rollout/mod.rs

14 lines
287 B
Rust
Raw Normal View History

core(rollout): extract rollout module, add listing API, and return file heads (#1634) - Move rollout persistence and listing into a dedicated module: rollout/{recorder,list}. - Expose lightweight conversation listing that returns file paths plus the first 5 JSONL records for preview.
2025-09-03 00:39:19 -07:00
//! Rollout module: persistence and discovery of session rollout files.
pub(crate) const SESSIONS_SUBDIR: &str = "sessions";
pub mod list;
Introduce Rollout Policy (#3116) Have a helper function for deciding if we are rolling out a function or not
2025-09-03 10:37:07 -07:00
pub(crate) mod policy;
core(rollout): extract rollout module, add listing API, and return file heads (#1634) - Move rollout persistence and listing into a dedicated module: rollout/{recorder,list}. - Expose lightweight conversation listing that returns file paths plus the first 5 JSONL records for preview.
2025-09-03 00:39:19 -07:00
pub mod recorder;
pub use recorder::RolloutRecorder;
pub use recorder::SessionStateSnapshot;
#[cfg(test)]
pub mod tests;
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 21ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API