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

Method ListMemory

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

Source from the content-addressed store, hash-verified

3803}
3804
3805func (c *unixSocketClient) ListMemory(
3806 ctx context.Context,
3807 query MemoryListQuery,
3808) (MemoryListRecord, error) {
3809 var response MemoryListRecord
3810 if err := c.doJSON(ctx, http.MethodGet, "/api/memory", memoryListValues(query), nil, &response); err != nil {
3811 return MemoryListRecord{}, err
3812 }
3813 return response, nil
3814}
3815
3816func (c *unixSocketClient) ShowMemory(
3817 ctx context.Context,

Callers 1

Calls 2

doJSONMethod · 0.95
memoryListValuesFunction · 0.85

Tested by 1