From 540bf6015a385572577383e8b0892e66f43df13e Mon Sep 17 00:00:00 2001 From: Till Immer Date: Tue, 7 Jul 2026 15:12:10 +0000 Subject: [PATCH] agent.py aktualisiert --- agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent.py b/agent.py index 26c90c3..a75e657 100644 --- a/agent.py +++ b/agent.py @@ -7,7 +7,7 @@ from pathlib import Path # Import des neuen Web-Search Tools und der IR Sender Api from tools.web_search import web_search_tool, web_search -from script_api_tool import script_api_tool +from tools.script_api_tool import script_api_tool class Agent: def __init__(self):