agent.py aktualisiert

This commit is contained in:
2026-07-05 09:26:07 +00:00
parent 79850d4253
commit b3aaea85bc
+1 -1
View File
@@ -1,7 +1,7 @@
import json import json
from llm.base import LLMBase from llm.base import LLMBase
from mcp.client import MCPClient from client import MCPClient
from config import MCP_URL from config import MCP_URL