pub fn mvp_tools(env: Arc<dyn SessionEnv>) -> Vec<Arc<dyn Tool>>Expand description
Build the MVP toolset over env: read, write, edit, bash, glob, grep.
Each tool captures the env (and the resource Limits) so it can execute
sandboxed operations.