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

Method GetTask

internal/cli/client.go:397–397  ·  view source on GitHub ↗
(ctx context.Context, id string)

Source from the content-addressed store, hash-verified

395 credentials agentidentity.Credentials,
396 ) (TaskRecord, error)
397 GetTask(ctx context.Context, id string) (TaskDetailRecord, error)
398 InspectTask(ctx context.Context, id string) (TaskInspectRecord, error)
399 InspectRun(ctx context.Context, id string) (TaskInspectRecord, error)
400 UpdateTask(ctx context.Context, id string, request UpdateTaskRequest) (TaskRecord, error)

Callers 1

newTaskGetCommandFunction · 0.65

Implementers 2

stubClientinternal/cli/helpers_test.go
unixSocketClientinternal/cli/client.go

Calls

no outgoing calls

Tested by

no test coverage detected