HOTFIX
Some checks are pending
Build and deploy Python app to Azure Web App - gateway-int / build (push) Waiting to run
Build and deploy Python app to Azure Web App - gateway-int / deploy (push) Blocked by required conditions

This commit is contained in:
Ida 2026-04-17 15:40:06 +02:00
parent 08cb98cfba
commit 948f0c54dc

View file

@ -439,7 +439,6 @@ class AgentService:
activatedCount += 1
continue
try:
<<<<<<< HEAD
from modules.serviceCenter.services.serviceAgent.coreTools import registerCoreTools
registerCoreTools(registry, self.services)
if registry.isValidTool(toolName):
@ -449,9 +448,6 @@ class AgentService:
except Exception:
pass
try:
from modules.serviceCenter.services.serviceAgent.actionToolAdapter import ActionToolAdapter
from modules.workflows.processing.core.actionExecutor import ActionExecutor
=======
from modules.workflows.processing.shared.methodDiscovery import discoverMethods
from modules.workflows.processing.core.actionExecutor import ActionExecutor
from modules.serviceCenter.services.serviceAgent.actionToolAdapter import (
@ -459,7 +455,6 @@ class AgentService:
)
discoverMethods(self.services)
>>>>>>> origin/fix/click-up-connector
adapter = ActionToolAdapter(ActionExecutor(self.services))
adapter.registerAll(registry)
if registry.isValidTool(toolName):