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

Method RunDetail

internal/task/live_types.go:17–17  ·  view source on GitHub ↗
(ctx context.Context, runID string, actor ActorContext)

Source from the content-addressed store, hash-verified

15 Stream(ctx context.Context, taskID string, query StreamQuery, actor ActorContext) (<-chan StreamEvent, error)
16 Tree(ctx context.Context, taskID string, actor ActorContext) (*TreeView, error)
17 RunDetail(ctx context.Context, runID string, actor ActorContext) (*RunDetailView, error)
18}
19
20// TimelineQuery captures reconnect-friendly task timeline windowing semantics.

Implementers 3

Serviceinternal/task/manager.go
StubTaskManagerinternal/api/testutil/task_stub.go
unsupportedNativeTaskManagerinternal/daemon/native_tools_test.go

Calls

no outgoing calls