Compare commits
2 Commits
c2d4240138
...
cc50d39ab4
| Author | SHA1 | Date | |
|---|---|---|---|
|
cc50d39ab4
|
|||
|
fc23b532d9
|
@@ -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:
|
||||||
|
- '*'
|
||||||
@@ -252,9 +252,14 @@ commands:
|
|||||||
bzip2
|
bzip2
|
||||||
user: '1000'
|
user: '1000'
|
||||||
description: Install system prerequisites (including pandoc for fetch_url_via_curl)
|
description: Install system prerequisites (including pandoc for fetch_url_via_curl)
|
||||||
- command: 'curl -LsSf https://astral.sh/uv/install.sh | sh'
|
- command: |
|
||||||
|
curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||||
|
if [ -f "$HOME/.local/bin/uv" ]; then
|
||||||
|
printf '#!/bin/sh\nexec uv tool run "$@"\n' > "$HOME/.local/bin/uvx"
|
||||||
|
chmod +x "$HOME/.local/bin/uvx"
|
||||||
|
fi
|
||||||
user: '1000'
|
user: '1000'
|
||||||
description: Install uv (required for Python-based custom tools)
|
description: Install uv and write a uvx shell wrapper (the installer may place a macOS binary at this path on Docker-for-Mac hosts, which the Linux container cannot execute)
|
||||||
- command: |
|
- command: |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
USQL_VERSION=0.21.4
|
USQL_VERSION=0.21.4
|
||||||
|
|||||||
Reference in New Issue
Block a user