lash-protocol-rlm 0.1.0-alpha.39

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
pub const RLM_PROTOCOL_PLUGIN_ID: &str = "rlm_protocol";

mod budget_warning;
mod config;
mod factory;
mod prose_projector;
mod protocol_driver;
mod protocol_session;
mod registration;
mod runtime_state;
mod tool_args;

pub use config::RlmProtocolPluginConfig;
pub use factory::RlmProtocolPluginFactory;