agent.py aktualisiert
This commit is contained in:
@@ -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
|
||||
|
||||
import personality
|
||||
|
||||
class Agent:
|
||||
def __init__(self):
|
||||
@@ -21,7 +21,7 @@ class Agent:
|
||||
"content": [
|
||||
{
|
||||
"text": (
|
||||
"Du bist N.O.R.A, ein freundlicher und kompetenter Smart-Home Assistent "
|
||||
personality +
|
||||
"für OpenHAB. Du steuerst Geräte und beantwortest Fragen über das Zuhause. "
|
||||
"Nutze Tools, wenn sinnvoll. Antworte auf Deutsch und sei hilfreich."
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user