MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / SetTaskEventSink

Method SetTaskEventSink

agent/task_runtime.go:133–137  ·  view source on GitHub ↗
(sink TaskEventSink)

Source from the content-addressed store, hash-verified

131 firstCompleted bool
132}
133
134func (rt *AgentTaskRuntime) SetTaskEventSink(sink TaskEventSink) {
135 rt.mu.Lock()
136 defer rt.mu.Unlock()
137 rt.taskEventSink = sink
138}
139
140// SetTaskEventObserver installs the durable lifecycle observer. Unlike the UI

Callers 2

RunSubmitMessageMethod · 0.80

Calls

no outgoing calls