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.
| 15 | // follow_along chapter 19. The agent should use this sparingly, for things |
| 16 | // the user genuinely wants to carry across sessions. |
| 17 | type RememberTool struct{} |
| 18 | |
| 19 | func init() { Default.Register(&RememberTool{}) } |
| 20 |
nothing calls this directly
no outgoing calls
no test coverage detected