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

Method record_agent_event

core/src/agent_api/tests.rs:177–183  ·  view source on GitHub ↗
(&self, event: &AgentEvent, run_id: &str, session_id: &str)

Source from the content-addressed store, hash-verified

175 }
176
177 async fn record_agent_event(&self, event: &AgentEvent, run_id: &str, session_id: &str) {
178 self.events.lock().unwrap().push((
179 run_id.to_string(),
180 session_id.to_string(),
181 event.clone(),
182 ));
183 }
184}
185
186impl CancellableStreamingClient {

Callers 1

observeMethod · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected