37 lines
1.1 KiB
YAML
37 lines
1.1 KiB
YAML
# CP2A2.2B — L1 Red Queen Worker: minimale Hermes-Config (ohne Secrets)
|
|
# STRICTLY NON-AUTONOMOUS / NON-PRODUCTIVE.
|
|
#
|
|
# Diese Config ist die minimale Hermes-Config fuer den Worker.
|
|
# Sie enthaelt KEINE Credentials (kein Telegram, kein Notion, kein Forgejo,
|
|
# kein SAVE/DELETE-Token). Provider = Ollama (intern, keine Credentials noetig).
|
|
#
|
|
# CREDENTIAL ZERO POLICY: Kein FORGEJO_WRITE_TOKEN, NOTION_API_KEY,
|
|
# TELEGRAM_BOT_TOKEN, SAVE_TOKEN, DELETE_TOKEN, SSH-Keys, Git-Write-Credentials,
|
|
# .netrc, .git-credentials, Cloud/DB/Service-Account/Webhook/Bearer/Docker/
|
|
# Broker/Trading-Credentials.
|
|
|
|
model:
|
|
provider: ollama
|
|
default: deepseek-v4-flash:cloud
|
|
context_length: 131072
|
|
|
|
providers:
|
|
ollama:
|
|
# Interner Ollama-Endpoint (kein Internet-Egress). Keine Credentials noetig.
|
|
base_url: http://ollama-nb6d-ollama-1:11434/v1
|
|
context_length: 131072
|
|
discover_models: true
|
|
|
|
agent:
|
|
verify_on_stop: false
|
|
|
|
# KEIN Gateway, KEIN Telegram, KEIN API-Server, KEIN Cron.
|
|
gateway:
|
|
telegram:
|
|
enabled: false
|
|
|
|
# KEINE Plugins (keine externen Faehigkeiten).
|
|
plugins:
|
|
enabled: []
|
|
|
|
_config_version: 33
|