Initial sam-research agent — web research via SearXNG + Ollama synthesis

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-06 04:54:52 +02:00
commit 371679d330
4 changed files with 249 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
services:
sam:
build: .
container_name: sam-research
restart: unless-stopped
ports:
- "8500:8500"
volumes:
- /opt/agent-os:/opt/agent-os
- /opt/sites:/opt/sites
environment:
OLLAMA_URL: http://172.27.6.139:11434
OLLAMA_MODEL: gemma4
SEARXNG_URL: http://searxng:8080
SITES_DIR: /opt/sites
AGENT_OS_DIR: /opt/agent-os
networks:
- proxy
networks:
proxy:
external: true