Skip to main content

Module memory_tools

Module memory_tools 

Source

Structs§

MemoryToolExecutor
Executes memory_search and memory_save tool calls on behalf of the agent.

Functions§

parse_consent_trust_level
Parse a [memory.consent_gate] trust-tier config string (confirm_threshold/ disclose_threshold) into a ContentTrustLevel, falling back to ContentTrustLevel::ExternalUntrusted (the most conservative tier) and logging a warning on an unrecognized value.

Type Aliases§

MemoryConsentTrustSlot
Shared maximum content-trust-tier slot (issue #6490, MemGhost; TOCTOU-hardened by #6558/#6569).