pub fn default_tools() -> Vec<Box<dyn Tool>>Expand description
Convenience: vector of all built-ins that don’t need shared state.
With just builtin-tools: Read/Write/Edit/Glob/Grep/Bash.
With scheduler also enabled: adds Monitor (the cron tools need a
scheduler — call default_tools_with_scheduler for the full set).