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

Struct RememberTool

internal/tool/remember.go:17–17  ·  view source on GitHub ↗

RememberTool writes a piece of memory through the active memory.Default store. Persistence semantics depend on the Store implementation — see follow_along chapter 19. The agent should use this sparingly, for things the user genuinely wants to carry across sessions.

Source from the content-addressed store, hash-verified

15// follow_along chapter 19. The agent should use this sparingly, for things
16// the user genuinely wants to carry across sessions.
17type RememberTool struct{}
18
19func init() { Default.Register(&RememberTool{}) }
20

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected