Add brave_api_key option and export BRAVE_API_KEY

This commit is contained in:
root
2026-01-28 18:53:15 +02:00
parent d6657d63d3
commit b2fa3d3d71
2 changed files with 15 additions and 1 deletions
+4
View File
@@ -38,6 +38,9 @@ options:
mikrotik_host: "192.168.88.1"
mikrotik_ssh_user: "papur"
mikrotik_ssh_key_path: "/data/keys/mikrotik_papur_nopw"
# Brave Search API key (optional; enables Brave-backed web search tool)
brave_api_key: ""
# Cleanup stale session lock files left after crashes/restarts
clean_session_locks_on_start: true
clean_session_locks_on_exit: true
@@ -56,6 +59,7 @@ schema:
mikrotik_host: str
mikrotik_ssh_user: str
mikrotik_ssh_key_path: str
brave_api_key: str?
clean_session_locks_on_start: bool?
clean_session_locks_on_exit: bool?