From ce6f53ad05f1517af67534f1e5ab080f5deb7a9c Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Thu, 19 Feb 2026 12:29:07 -0700 Subject: [PATCH] feat: Added web search support to the main sisyphus agent to answer user queries --- assets/agents/sisyphus/config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/agents/sisyphus/config.yaml b/assets/agents/sisyphus/config.yaml index 962c2de..56c150e 100644 --- a/assets/agents/sisyphus/config.yaml +++ b/assets/agents/sisyphus/config.yaml @@ -28,6 +28,7 @@ global_tools: - fs_grep.sh - fs_glob.sh - fs_ls.sh + - web_search_loki.sh - execute_command.sh instructions: |