1
0

fix: prune dead web_search tool — ddgs never installed (#87)

Remove DuckDuckGoTools import, all web_search registrations across 4 toolkit
factories, catalog entry, safety classification, prompt references, and
session regex. Total: -41 lines of dead code.

consult_grok is functional (grok_enabled=True, API key set) and opt-in,
so it stays — but Timmy never calls it autonomously, which is correct
sovereign behavior (no cloud calls unless user permits).

Closes #87
This commit is contained in:
2026-03-14 18:13:51 -04:00
parent 7ff012883a
commit b3a1e0ce36
7 changed files with 14 additions and 55 deletions

View File

@@ -37,7 +37,6 @@ DANGEROUS_TOOLS = frozenset(
# Tools that are safe to execute without confirmation.
SAFE_TOOLS = frozenset(
{
"web_search",
"calculator",
"memory_search",
"memory_read",