Revert "feat: add inference.sh integration (infsh tool + skill) (#1682)" (#1684)

This reverts commit 6020db0243.
This commit is contained in:
Teknium 2026-03-17 03:01:30 -07:00 committed by GitHub
parent 6d1c5d4491
commit c3d626eb07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 0 additions and 1264 deletions

View file

@ -95,7 +95,6 @@ def _discover_tools():
"tools.send_message_tool",
"tools.honcho_tools",
"tools.homeassistant_tool",
"tools.infsh_tool",
]
import importlib
for mod_name in _modules: