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

Method GetMemoryRecallTrace

internal/cli/client.go:343–343  ·  view source on GitHub ↗
(ctx context.Context, sessionID string, turnSeq int64)

Source from the content-addressed store, hash-verified

341 request MemoryDecisionRevertRequest,
342 ) (MemoryDecisionRevertRecord, error)
343 GetMemoryRecallTrace(ctx context.Context, sessionID string, turnSeq int64) (MemoryRecallTraceRecord, error)
344 ListMemoryDreams(ctx context.Context) (MemoryDreamListRecord, error)
345 GetMemoryDream(ctx context.Context, id string) (MemoryDreamRecord, error)
346 TriggerMemoryDream(ctx context.Context, request MemoryDreamTriggerRequest) (MemoryDreamTriggerRecord, error)

Callers 1

newMemoryRecallCommandFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected