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

Method GetMemoryDream

internal/cli/client.go:345–345  ·  view source on GitHub ↗
(ctx context.Context, id string)

Source from the content-addressed store, hash-verified

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)
347 RetryMemoryDream(ctx context.Context, id string, request MemoryDreamRetryRequest) (MemoryDreamRetryRecord, error)
348 GetMemoryDreamStatus(ctx context.Context) (MemoryDreamListRecord, error)

Callers 1

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected