lash-core 0.1.0-alpha.37

Sans-IO turn machine and runtime kernel for the lash agent runtime.
Documentation
1
2
3
4
5
6
7
8
use std::sync::Arc;

#[derive(Clone, Debug)]
pub struct ProtocolBuildInput {
    pub tool_surface: Arc<crate::ToolSurface>,
    pub lashlang_surface: lashlang::LashlangSurface,
    pub extra_prompt_contributions: Vec<crate::PromptContribution>,
}