feat: 持久化诊断历史并修复 Agent 命令执行
This commit is contained in:
@@ -9,3 +9,4 @@ AI_API_KEY = os.getenv("AI_API_KEY", "hermes")
|
||||
AI_MODEL = os.getenv("AI_MODEL", "qwen3.8-max-preview")
|
||||
PORT = int(os.getenv("PORT", "8900"))
|
||||
KUBECONFIG_PATH = os.getenv("KUBECONFIG_PATH", "") or None
|
||||
HISTORY_DB_PATH = os.getenv("HISTORY_DB_PATH", os.path.join(os.path.dirname(os.path.dirname(__file__)), "data", "history.db"))
|
||||
|
||||
Reference in New Issue
Block a user