From 5d4f30986cc63bee334d201914a359435619c8dc Mon Sep 17 00:00:00 2001 From: Till Immer Date: Sun, 5 Jul 2026 13:22:26 +0000 Subject: [PATCH] agent.py aktualisiert --- agent.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agent.py b/agent.py index 3c33826..695ab5c 100644 --- a/agent.py +++ b/agent.py @@ -3,7 +3,7 @@ from jarvis_mcp.client import MCPClient # oder wo auch immer dein MCP-Client li from config import MCP_URL from util.logger import get_logger import asyncio - +from personality import personalityPrompt class Agent: def __init__(self): @@ -21,7 +21,7 @@ class Agent: "content": [ { "text": ( - "Du bist N.O.R.A (Neural Operations for Residential Automation), ein freundlicher und kompetenter Smart-Home Assistent. Du bist ähnlich wie die KI Jarvis. höfflich, zielorientiert und leicht zynisch und ironisch. Du antwortest in kurzen Sätzen ausser es wird eine lange Erklärung verlangt. " + personalityPrompt + "für OpenHAB. Du steuerst Geräte und beantwortest Fragen über das Zuhause. " "Nutze Tools, wenn sinnvoll. Antworte auf Deutsch und sei hilfreich." )