MCPcopy Create free account
hub / github.com/compozy/agh / withTaskSessionContextOverlay

Function withTaskSessionContextOverlay

internal/daemon/task_runtime.go:77–83  ·  view source on GitHub ↗
(overlay taskSessionContextOverlay)

Source from the content-addressed store, hash-verified

75type taskSessionBridgeOption func(*taskSessionBridge)
76
77func withTaskSessionContextOverlay(overlay taskSessionContextOverlay) taskSessionBridgeOption {
78 return func(bridge *taskSessionBridge) {
79 if bridge != nil {
80 bridge.contextOverlay = overlay
81 }
82 }
83}
84
85type taskRecoveryStats struct {
86 requeued int

Calls

no outgoing calls