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

Method GetTask

internal/extension/host_api.go:222–222  ·  view source on GitHub ↗
(ctx context.Context, id string, actor taskpkg.ActorContext)

Source from the content-addressed store, hash-verified

220type hostAPITaskManager interface {
221 ListTasks(ctx context.Context, query taskpkg.Query, actor taskpkg.ActorContext) ([]taskpkg.Summary, error)
222 GetTask(ctx context.Context, id string, actor taskpkg.ActorContext) (*taskpkg.View, error)
223 Timeline(
224 ctx context.Context,
225 taskID string,

Implementers 3

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

Calls

no outgoing calls