diff options
| author | Ben Sima <ben@bensima.com> | 2026-06-04 14:49:45 -0400 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2026-06-04 14:49:45 -0400 |
| commit | ff34f98e3adf7899fb3857eabb80471ca51f8156 (patch) | |
| tree | 139f743fff86f63cda23451613bad823edb77da6 /deploy.sh | |
| parent | 6ba0caf1b2907ce3d6617a7914e71c810e13dda8 (diff) | |
Add locked-down research tools
Diffstat (limited to 'deploy.sh')
| -rwxr-xr-x | deploy.sh | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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" |
