From fc23b532d939f46fcfde6ed215611581eed89e05 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Thu, 2 Jul 2026 12:56:18 -0600 Subject: [PATCH] feat: Added mixin for sisyphus so the ddg MCP server can search arbitrary domains --- assets/agents/sisyphus/sbx-mixin.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 assets/agents/sisyphus/sbx-mixin.yaml diff --git a/assets/agents/sisyphus/sbx-mixin.yaml b/assets/agents/sisyphus/sbx-mixin.yaml new file mode 100644 index 0000000..22ed62b --- /dev/null +++ b/assets/agents/sisyphus/sbx-mixin.yaml @@ -0,0 +1,11 @@ +schemaVersion: '1' +kind: mixin +name: sisyphus-ddg +description: > + Allows Sisyphus to hit all domains since it utilizes the DuckDuckGo + MCP server. This allows the MCP server to actually perform web searches + on arbitrary domains and retrieve info for the agent. + +network: + allowedDomains: + - '*'