MCPcopy Create free account
hub / github.com/diillson/chatcli / Remember

Method Remember

cli/plugins/builtin_memory.go:37–37  ·  view source on GitHub ↗

Remember stores a single fact. category may be "" to auto-classify.

(content, category string)

Source from the content-addressed store, hash-verified

35type MemoryAdapter interface {
36 // Remember stores a single fact. category may be "" to auto-classify.
37 Remember(content, category string) (string, error)
38 // UpdateProfile applies key/value updates to the user profile.
39 UpdateProfile(updates map[string]string) (string, error)
40 // Forget removes facts whose content matches the substring.

Callers 1

ExecuteWithStreamMethod · 0.65

Implementers 4

flattenFakeMemorycli/agent_tool_flatten_test.go
memoryPluginAdaptercli/memory_adapter.go
moaMemFakecli/moa_turn_test.go
fakeMemAdaptercli/plugins/builtin_memory_test.go

Calls

no outgoing calls

Tested by

no test coverage detected