MCPcopy Create free account
hub / github.com/AI45Lab/Code / run_events

Method run_events

core/src/agent_api/session_runs.rs:41–43  ·  view source on GitHub ↗
(&self, run_id: &str)

Source from the content-addressed store, hash-verified

39 }
40
41 pub(super) async fn run_events(&self, run_id: &str) -> Vec<crate::run::RunEventRecord> {
42 self.session.run_store.events(run_id).await
43 }
44}

Calls 1

eventsMethod · 0.45