lash-protocol-rlm 0.1.0-alpha.38

RLM protocol (persistent Lashlang execution) for the lash agent runtime.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod actions;
mod driver;
mod fence;
mod finish;
mod prompt;
mod state;
#[cfg(test)]
mod tests;

pub use driver::RlmDriver;
pub use fence::{contains_closed_lashlang_fence, project_visible_assistant_prose};
pub use prompt::{RlmPromptFeatures, rlm_execution_section_for_surface};

pub(crate) use finish::turn_limit_final_message;