Add home-security-agent with PostgreSQL persistence for dashboard.
The autonomous agent writes all observations to agent.* tables consumed by Homelab Command on port 8765. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# Telegram (verplicht voor meldingen)
|
||||
TELEGRAM_BOT_TOKEN=
|
||||
TELEGRAM_CHAT_ID=
|
||||
|
||||
# PostgreSQL — observaties voor dashboard http://192.168.1.211:8765
|
||||
PG_HOST=192.168.1.211
|
||||
PG_PORT=5433
|
||||
PG_USER=mo
|
||||
PG_PASSWORD=
|
||||
PG_DATABASE=homelab
|
||||
|
||||
# Optioneel: LLM-agent (zonder key = regel-gebaseerde modus)
|
||||
OPENAI_API_KEY=
|
||||
AGENT_MODEL=gpt-4o-mini
|
||||
Reference in New Issue
Block a user