Skip to main content

AgentRuntime

Type Alias AgentRuntime 

Source
pub type AgentRuntime = RuntimeBundle;

Aliased Type§

pub struct AgentRuntime {
    pub memory: Arc<dyn MemoryBackend>,
    pub chat: ChatService,
    pub harness: Harness,
}

Fields§

§memory: Arc<dyn MemoryBackend>§chat: ChatService§harness: Harness