pub fn query_history(agent_id: &str, limit: usize) -> Vec<AgentLoopLog>Expand description
Query the global history store. Returns an empty vec if not initialised.
pub fn query_history(agent_id: &str, limit: usize) -> Vec<AgentLoopLog>Query the global history store. Returns an empty vec if not initialised.