From ff34f98e3adf7899fb3857eabb80471ca51f8156 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 4 Jun 2026 14:49:45 -0400 Subject: Add locked-down research tools --- .env.example | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .env.example (limited to '.env.example') diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..6362d2f --- /dev/null +++ b/.env.example @@ -0,0 +1,9 @@ +# 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 -- cgit v1.2.3