From 4aa0fefed0a9f4df69a38332c340c99a166f9ed0 Mon Sep 17 00:00:00 2001 From: Muhammad Faizan Date: Wed, 15 Jan 2025 09:17:46 +0100 Subject: [PATCH] run eval tests --- src/agents/graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agents/graph.py b/src/agents/graph.py index f575c0eb..fb6f6e9a 100644 --- a/src/agents/graph.py +++ b/src/agents/graph.py @@ -181,7 +181,7 @@ def _build_graph(self) -> CompiledGraph: workflow.add_node(K8S_AGENT, self.k8s_agent.agent_node()) workflow.add_node(COMMON, self._common_node) - # Set the entrypoint: ENTRY --> supervisor + # Set the entrypoint: ENTRY --> supervisor. workflow.set_entry_point(SUPERVISOR) # Define the edges: (KymaAgent | KubernetesAgent | Common) --> supervisor