summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorBen Sima <ben@bensima.com>2026-06-04 14:49:45 -0400
committerBen Sima <ben@bensima.com>2026-06-04 14:49:45 -0400
commitff34f98e3adf7899fb3857eabb80471ca51f8156 (patch)
tree139f743fff86f63cda23451613bad823edb77da6 /deploy.sh
parent6ba0caf1b2907ce3d6617a7914e71c810e13dda8 (diff)
Add locked-down research tools
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh
index 6dfe14c..5517f94 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -15,10 +15,15 @@ fi
if [[ ! -f .env ]]; then
cat > .env <<'EOF'
+# Required by slop-search.
+KAGI_API_KEY=
+
SLOPBOT_AGENT_MODEL=parasail/kimi-k26
SLOPBOT_WORKERS=4
SLOPBOT_AGENT_WORKERS=1
SLOPBOT_AGENT_TIMEOUT=120
+SLOPBOT_HISTORY_LIMIT=20
+SLOPBOT_SYSTEM_PROMPT=prompts/system.md
EOF
echo "created .env with slopbot defaults"
echo "edit .env if agent needs provider keys or config before restarting again"