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:
@@ -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
|
||||
Reference in New Issue
Block a user