diff --git a/ai/hermes/config.yaml b/ai/hermes/config.yaml deleted file mode 100644 index 9dbef45..0000000 --- a/ai/hermes/config.yaml +++ /dev/null @@ -1,7 +0,0 @@ -memory: - memory_enabled: true - user_profile_enabled: true - providers: - - honcho - flush_min_turns: 6 - nudge_interval: 10 diff --git a/ai/hermes/honcho.json b/ai/hermes/honcho.json deleted file mode 100644 index 13ddfef..0000000 --- a/ai/hermes/honcho.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "enabled": true, - "apiKey": "", - "baseUrl": "http://honcho:8000", - "workspace": "hermes", - "peerName": "thierry", - "contextCadence": 2, - "dialecticCadence": 3, - "dialecticDepth": 2, - "dialecticReasoningLevel": "low", - "dialecticMaxChars": 600, - "recallMode": "hybrid", - "writeFrequency": "async", - "sessionStrategy": "per-directory", - "saveMessages": true, - "hosts": { - "hermes": { - "enabled": true, - "aiPeer": "hermes", - "recallMode": "hybrid", - "observation": { - "user": { "observeMe": true, "observeOthers": true }, - "ai": { "observeMe": true, "observeOthers": true } - }, - "dialecticDepth": 2, - "dialecticReasoningLevel": "low", - "dialecticMaxChars": 600, - "sessionStrategy": "per-directory", - "writeFrequency": "async", - "saveMessages": true - } - } -}