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

Method ListMemoryDecisions

internal/cli/client.go:336–336  ·  view source on GitHub ↗
(ctx context.Context, query MemoryDecisionListQuery)

Source from the content-addressed store, hash-verified

334 ReloadMemory(ctx context.Context, request MemorySelectorQuery) (MemoryReloadRecord, error)
335 MemoryScopeShow(ctx context.Context, query MemorySelectorQuery) (MemoryScopeShowRecord, error)
336 ListMemoryDecisions(ctx context.Context, query MemoryDecisionListQuery) (MemoryDecisionListRecord, error)
337 GetMemoryDecision(ctx context.Context, id string) (MemoryDecisionRecord, error)
338 RevertMemoryDecision(
339 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