feat: keep only Honcho, remove OpenViking from memory providers

This commit is contained in:
2026-05-20 23:37:44 -04:00
parent 81a12afe39
commit 7404e1e466
3 changed files with 0 additions and 29 deletions

View File

@@ -3,6 +3,3 @@
# Required: OpenRouter API key for Hermes agent
OPENROUTER_API_KEY=sk-or-v1-your-key-here
# Memory providers (internal Docker network — usually no changes needed)
OPENVIKING_ENDPOINT=http://openviking:1933

View File

@@ -50,11 +50,6 @@ services:
- API_SERVER_KEY=hermes_local_key
- GATEWAY_ALLOW_ALL_USERS=true
- 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
- HSA_OVERRIDE_GFX_VERSION=9.0.6
- HCC_AMDGPU_TARGET=gfx906
@@ -78,7 +73,6 @@ services:
- ai_backend
- ai_net
depends_on:
- openviking
- honcho
labels:
- "traefik.enable=true"
@@ -167,24 +161,6 @@ services:
- "303"
- "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:
build: ./honcho

View File

@@ -2,8 +2,6 @@ memory:
memory_enabled: true
user_profile_enabled: true
providers:
- holographic
- honcho
- openviking
flush_min_turns: 6
nudge_interval: 10