Moved agent.png

This commit is contained in:
2026-02-08 15:21:09 +01:00
parent fc7f692ba3
commit ea314e5c5c
3 changed files with 2 additions and 1 deletions

View File

@@ -40,4 +40,4 @@ def getGraph()->CompiledStateGraph:
if __name__ == "__main__":
# Affichage du graphe
getGraph().get_graph().draw_mermaid_png(output_file_path="agent.png")
getGraph().get_graph().draw_mermaid_png(output_file_path="imgs/agent.png")