(toolName: string)
| 57 | } |
| 58 | |
| 59 | export function isMemoryTool(toolName: string): boolean { |
| 60 | return toolName === 'save_memory'; |
| 61 | } |
| 62 | |
| 63 | // --------------------------------------------------------------------------- |
| 64 | // Persistence (via session-data API, scoped to memory/ subdirectory) |