is_memory_auto_save_enabled() -> boolReturn whether the agent should proactively save learnings to memory.
Resolves the memory.auto_save option from env/config.toml, defaulting to
enabled. When disabled, memory is still loaded into context but the agent is
told not to auto-save.