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

Method PromoteMemory

internal/cli/client.go:332–332  ·  view source on GitHub ↗
(ctx context.Context, request MemoryPromoteRequest)

Source from the content-addressed store, hash-verified

330 SearchMemory(ctx context.Context, request MemorySearchRequest) (MemorySearchRecord, error)
331 ReindexMemory(ctx context.Context, request MemoryReindexRequest) (MemoryReindexRecord, error)
332 PromoteMemory(ctx context.Context, request MemoryPromoteRequest) (MemoryPromoteRecord, error)
333 ResetMemory(ctx context.Context, request MemoryResetRequest) (MemoryResetRecord, error)
334 ReloadMemory(ctx context.Context, request MemorySelectorQuery) (MemoryReloadRecord, error)
335 MemoryScopeShow(ctx context.Context, query MemorySelectorQuery) (MemoryScopeShowRecord, error)

Callers 1

newMemoryPromoteCommandFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected