[r/LocalLLaMA]score: 0.15
llama.cpp server have built-in native tools (exec_shell, edit_file, etc.)
May 23, 2026
llama.cpp server added an experimental --tools flag exposing native built-in tools including exec_shell_command, edit_file, apply_diff, read_file, and grep_search. This enables agentic coding workflows directly against local models without external tool-calling frameworks, lowering the barrier for self-hosted AI agents.
discussion