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

Method ListMemoryProviders

internal/cli/client.go:354–354  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

352 RetryMemoryExtractor(ctx context.Context, request MemoryExtractorRetryRequest) (MemoryExtractorRetryRecord, error)
353 DrainMemoryExtractor(ctx context.Context) (MemoryExtractorDrainRecord, error)
354 ListMemoryProviders(ctx context.Context) (MemoryProviderListRecord, error)
355 GetMemoryProvider(ctx context.Context, name string) (MemoryProviderRecord, error)
356 SelectMemoryProvider(
357 ctx context.Context,

Callers 1

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected