//! Builtin tools: read, write, edit, bash, ls, grep, glob.
//!
//! Mirrors the core toolset shipped in `packages/coding-agent/src/core/...`.
use Arc;
use crateAgentTool;
/// Returns the default suite of builtin tools used by the coding agent.