Skip to main content

Module memory_note

Module memory_note 

Source
Expand description

Persistent session-scoped note tool.

Canonical tool name: session_note. The legacy memory_note name is accepted via executor-level alias routing.

This tool lets the model store (and later retrieve) per-session notes that are loaded into the system prompt at the start of each round.

Supports multiple topics per session so the model can track separate workstreams without clobbering each other.

Structs§

SessionNoteTool

Type Aliases§

MemoryNoteTool
Deprecated compatibility alias for older code paths. The canonical tool type and registered tool name is SessionNoteTool / session_note.