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

Method ListTasks

internal/cli/client.go:390–390  ·  view source on GitHub ↗
(ctx context.Context, query TaskListQuery)

Source from the content-addressed store, hash-verified

388 ListAutomationRuns(ctx context.Context, query AutomationRunQuery) ([]RunRecord, error)
389 GetAutomationRun(ctx context.Context, id string) (RunRecord, error)
390 ListTasks(ctx context.Context, query TaskListQuery) ([]TaskSummaryRecord, error)
391 CreateTask(ctx context.Context, request CreateTaskRequest) (TaskRecord, error)
392 CreateTaskAsAgent(
393 ctx context.Context,

Callers 1

newTaskListCommandFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected