pub const MEMORY_TOOLS: [&str; 2];Expand description
Every tool the memory subsystem installs.
These serve the conversation rather than any one step of it, so a governed
Flow should treat them as
ambient — otherwise a step that
whitelists its own tools silently switches memory off for its duration.
with_memory registers them for you;
pass them to Flow::ambient
directly when driving the engine without the Live builder.