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

Method RetryMemoryDream

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

Source from the content-addressed store, hash-verified

345 GetMemoryDream(ctx context.Context, id string) (MemoryDreamRecord, error)
346 TriggerMemoryDream(ctx context.Context, request MemoryDreamTriggerRequest) (MemoryDreamTriggerRecord, error)
347 RetryMemoryDream(ctx context.Context, id string, request MemoryDreamRetryRequest) (MemoryDreamRetryRecord, error)
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)

Callers 1

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected