feat: keep only Honcho, remove OpenViking from memory providers
This commit is contained in:
@@ -3,6 +3,3 @@
|
|||||||
|
|
||||||
# Required: OpenRouter API key for Hermes agent
|
# Required: OpenRouter API key for Hermes agent
|
||||||
OPENROUTER_API_KEY=sk-or-v1-your-key-here
|
OPENROUTER_API_KEY=sk-or-v1-your-key-here
|
||||||
|
|
||||||
# Memory providers (internal Docker network — usually no changes needed)
|
|
||||||
OPENVIKING_ENDPOINT=http://openviking:1933
|
|
||||||
|
|||||||
@@ -43,11 +43,6 @@ services:
|
|||||||
- API_SERVER_KEY=hermes_local_key
|
- API_SERVER_KEY=hermes_local_key
|
||||||
- GATEWAY_ALLOW_ALL_USERS=true
|
- GATEWAY_ALLOW_ALL_USERS=true
|
||||||
- OPENROUTER_API_KEY=${OPEN...KEY}
|
- OPENROUTER_API_KEY=${OPEN...KEY}
|
||||||
# Memory providers — connect to self-hosted services
|
|
||||||
- OPENVIKING_ENDPOINT=http://openviking:1933
|
|
||||||
- OPENVIKING_ACCOUNT=default
|
|
||||||
- OPENVIKING_USER=default
|
|
||||||
- OPENVIKING_AGENT=hermes
|
|
||||||
# ROCm for GPU-accelerated faster-whisper STT
|
# ROCm for GPU-accelerated faster-whisper STT
|
||||||
- HSA_OVERRIDE_GFX_VERSION=9.0.6
|
- HSA_OVERRIDE_GFX_VERSION=9.0.6
|
||||||
- HCC_AMDGPU_TARGET=gfx906
|
- HCC_AMDGPU_TARGET=gfx906
|
||||||
@@ -72,7 +67,6 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- ai_backend
|
- ai_backend
|
||||||
depends_on:
|
depends_on:
|
||||||
- openviking
|
|
||||||
- honcho
|
- honcho
|
||||||
|
|
||||||
syncthing:
|
syncthing:
|
||||||
@@ -137,24 +131,6 @@ services:
|
|||||||
- "303"
|
- "303"
|
||||||
- "26"
|
- "26"
|
||||||
|
|
||||||
# --- OpenViking: knowledge graph memory ---
|
|
||||||
openviking:
|
|
||||||
image: ghcr.io/volcengine/openviking:latest
|
|
||||||
container_name: openviking
|
|
||||||
restart: unless-stopped
|
|
||||||
ports:
|
|
||||||
- "127.0.0.1:1933:1933"
|
|
||||||
volumes:
|
|
||||||
- /mnt/HoardingCow_docker_data/OpenViking/data:/app/.openviking
|
|
||||||
networks:
|
|
||||||
- ai_backend
|
|
||||||
healthcheck:
|
|
||||||
test: ["CMD-SHELL", "curl -fsS http://127.0.0.1:1933/health || exit 1"]
|
|
||||||
interval: 30s
|
|
||||||
timeout: 5s
|
|
||||||
retries: 3
|
|
||||||
start_period: 30s
|
|
||||||
|
|
||||||
# --- Honcho: AI-native user modeling ---
|
# --- Honcho: AI-native user modeling ---
|
||||||
honcho:
|
honcho:
|
||||||
build: ./honcho
|
build: ./honcho
|
||||||
|
|||||||
@@ -2,8 +2,6 @@ memory:
|
|||||||
memory_enabled: true
|
memory_enabled: true
|
||||||
user_profile_enabled: true
|
user_profile_enabled: true
|
||||||
providers:
|
providers:
|
||||||
- holographic
|
|
||||||
- honcho
|
- honcho
|
||||||
- openviking
|
|
||||||
flush_min_turns: 6
|
flush_min_turns: 6
|
||||||
nudge_interval: 10
|
nudge_interval: 10
|
||||||
|
|||||||
Reference in New Issue
Block a user