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

Method DeleteMemory

internal/cli/client.go:329–329  ·  view source on GitHub ↗
(ctx context.Context, filename string, query MemorySelectorQuery)

Source from the content-addressed store, hash-verified

327 CreateMemory(ctx context.Context, request MemoryCreateRequest) (MemoryMutationRecord, error)
328 EditMemory(ctx context.Context, filename string, request MemoryEditRequest) (MemoryMutationRecord, error)
329 DeleteMemory(ctx context.Context, filename string, query MemorySelectorQuery) (MemoryDeleteRecord, error)
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)

Callers 1

newMemoryDeleteCommandFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected