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

Method ListLogs

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

Source from the content-addressed store, hash-verified

319 HookRuns(ctx context.Context, workspaceRef string, query HookRunsQuery) ([]HookRunRecord, error)
320 HookEvents(ctx context.Context, query HookEventsQuery) ([]HookEventRecord, error)
321 ListLogs(ctx context.Context, query LogsListQuery) ([]LogEventRecord, error)
322 StreamLogs(ctx context.Context, query LogsListQuery, lastEventID string, handler SSEHandler) error
323 MemoryHealth(ctx context.Context, workspace string) (MemoryHealthRecord, error)
324 MemoryHistory(ctx context.Context, query MemoryHistoryQuery) ([]MemoryHistoryRecord, error)

Callers 1

newLogsCommandFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected