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

Struct taskSessionBridge

internal/daemon/task_runtime.go:59–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59type taskSessionBridge struct {
60 sessions taskBridgeSessionManager
61 globalWorkspacePath string
62 contextOverlay taskSessionContextOverlay
63 logger *slog.Logger
64}
65
66type taskSessionContextOverlay interface {
67 TaskRunPromptOverlay(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected