+18
-2
@@ -1,5 +1,5 @@
|
||||
###############################################################################
|
||||
# GLPI NEUROFORGE MEGA v1.5.4 - VOLLSTÄNDIGE .ENV.example
|
||||
# GLPI NEUROFORGE MEGA v1.5.5 - VOLLSTÄNDIGE .ENV.example
|
||||
#
|
||||
# Diese Datei ist die zentrale Konfiguration für docker compose.
|
||||
# Sie enthält:
|
||||
@@ -29,7 +29,7 @@
|
||||
# 01. MEGA STACK - RELEASE / HOST PORTS / PFADE
|
||||
###############################################################################
|
||||
# Immutable Registry-Tag der sechs Projekt-Images. "latest" ist produktiv verboten.
|
||||
IMAGE_TAG=1.5.4
|
||||
IMAGE_TAG=1.5.5
|
||||
|
||||
CONTROL_HOST_PORT=8070
|
||||
AGENT_HOST_PORT=8080
|
||||
@@ -160,6 +160,22 @@ NEUROFORGE_KB_STAGING_MAX_EVIDENCE=12
|
||||
# llm = echte, quellengebundene Artikelsynthese (Production default).
|
||||
# evidence = nur diagnostisches Roh-Evidence-Bundle, nicht als Artikel geeignet.
|
||||
NEUROFORGE_KB_STAGING_SYNTHESIS_MODE=llm
|
||||
# Produktions-Gate: mindestens eine belastbare Erst-/Herstellerquelle muss im
|
||||
# tatsächlich an die Synthese übergebenen Evidence-Set enthalten sein.
|
||||
NEUROFORGE_KB_STAGING_REQUIRE_AUTHORITATIVE_SOURCE=true
|
||||
NEUROFORGE_KB_STAGING_MIN_AUTHORITATIVE_SOURCES=1
|
||||
# Kommagetrennte zusätzliche First-Party-Domains. Built-ins umfassen u.a.
|
||||
# Microsoft, Fortinet, NVIDIA, Cisco, Broadcom/VMware, Red Hat, Ubuntu, Apple,
|
||||
# Google und Mozilla. Leer = nur Built-ins.
|
||||
NEUROFORGE_KB_STAGING_AUTHORITATIVE_DOMAINS=
|
||||
# Zweite LLM-Stufe prüft jede materielle Draft-Aussage gegen konkrete E*-Belege.
|
||||
NEUROFORGE_KB_STAGING_VERIFY_CLAIMS=true
|
||||
NEUROFORGE_KB_STAGING_MIN_CLAIM_COVERAGE=1.0
|
||||
# Handlungsanweisungen/Commands müssen durch eine autoritative Quelle belegt sein.
|
||||
NEUROFORGE_KB_STAGING_REQUIRE_AUTHORITATIVE_ACTIONS=true
|
||||
NEUROFORGE_KB_STAGING_MAX_VERIFICATION_STATEMENTS=24
|
||||
# Einmaliger Grounding-Repair ist erlaubt; anschließend wird vollständig neu geprüft.
|
||||
NEUROFORGE_KB_STAGING_VERIFICATION_REPAIR=true
|
||||
|
||||
###############################################################################
|
||||
# 08. OPTIONAL CODEBASE MEMORY MCP / ENGINEERING UI
|
||||
|
||||
Reference in New Issue
Block a user