Skip to content

Commit

Permalink
run eval tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaizanse committed Jan 15, 2025
1 parent ee604d0 commit 4aa0fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agents/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4aa0fef

Please sign in to comment.