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

Method record_agent_event

core/src/ahp/executor.rs:879–881  ·  view source on GitHub ↗
(&self, event: &AgentEvent, run_id: &str, session_id: &str)

Source from the content-addressed store, hash-verified

877 }
878
879 async fn record_agent_event(&self, event: &AgentEvent, run_id: &str, session_id: &str) {
880 self.publish_agent_event(event, run_id, session_id).await;
881 }
882
883 async fn record_run_cancelled(&self, run_id: &str, session_id: &str, reason: Option<&str>) {
884 self.publish_run_cancelled(run_id, session_id, reason).await;

Callers

nothing calls this directly

Calls 1

publish_agent_eventMethod · 0.80

Tested by

no test coverage detected