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

Method MemoryHistory

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

Source from the content-addressed store, hash-verified

322 StreamLogs(ctx context.Context, query LogsListQuery, lastEventID string, handler SSEHandler) error
323 MemoryHealth(ctx context.Context, workspace string) (MemoryHealthRecord, error)
324 MemoryHistory(ctx context.Context, query MemoryHistoryQuery) ([]MemoryHistoryRecord, error)
325 ListMemory(ctx context.Context, query MemoryListQuery) (MemoryListRecord, error)
326 ShowMemory(ctx context.Context, filename string, query MemorySelectorQuery) (MemoryEntryRecord, error)
327 CreateMemory(ctx context.Context, request MemoryCreateRequest) (MemoryMutationRecord, error)

Callers 1

newMemoryHistoryCommandFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected