MCPcopy Create free account
hub / github.com/betta-tech/byo-coding-agent / Save

Method Save

internal/memory/store.go:41–41  ·  view source on GitHub ↗
(ctx context.Context, e Entry)

Source from the content-addressed store, hash-verified

39// have I/O to flush, and the agent loop doesn't need to know.
40type Store interface {
41 Save(ctx context.Context, e Entry) error
42 Recall(ctx context.Context, query string, limit int) ([]Entry, error)
43 Preamble(ctx context.Context) (string, error)
44}

Callers 1

ExecuteMethod · 0.65

Implementers 2

NoMemoryinternal/memory/store.go
SessionFilesinternal/memory/sessionfiles.go

Calls

no outgoing calls

Tested by

no test coverage detected