fix startup errors

This commit is contained in:
vegu-ai-tools 2025-05-02 23:42:00 +03:00
parent 636c764403
commit 451ea3e480

View file

@ -56,7 +56,7 @@ class AgentSettingsNode(Node):
agent = get_agent(self._agent_name)
if not agent:
raise InputValueError(self, "_agent_name", f"Could not find agent: {self._agent_name}")
return
self.add_output("agent_enabled", socket_type="bool")