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

Method GetMemoryExtractorStatus

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

Source from the content-addressed store, hash-verified

348 GetMemoryDreamStatus(ctx context.Context) (MemoryDreamListRecord, error)
349 ListMemoryDailyLogs(ctx context.Context, query MemorySelectorQuery) (MemoryDailyLogListRecord, error)
350 GetMemoryExtractorStatus(ctx context.Context, sessionID string) (MemoryExtractorStatusRecord, error)
351 ListMemoryExtractorFailures(ctx context.Context) (MemoryExtractorFailuresRecord, error)
352 RetryMemoryExtractor(ctx context.Context, request MemoryExtractorRetryRequest) (MemoryExtractorRetryRecord, error)
353 DrainMemoryExtractor(ctx context.Context) (MemoryExtractorDrainRecord, error)

Callers 1

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected