diff --git a/AgentReact/agent.py b/AgentReact/agent.py index 5f24eef..9723362 100644 --- a/AgentReact/agent.py +++ b/AgentReact/agent.py @@ -40,4 +40,4 @@ def getGraph()->CompiledStateGraph: if __name__ == "__main__": # Affichage du graphe - getGraph().get_graph().draw_mermaid_png(output_file_path="agent.png") \ No newline at end of file + getGraph().get_graph().draw_mermaid_png(output_file_path="imgs/agent.png") \ No newline at end of file diff --git a/agent.png b/imgs/agent.png similarity index 100% rename from agent.png rename to imgs/agent.png diff --git a/readme.md b/readme.md index be0e0cb..decec4f 100644 --- a/readme.md +++ b/readme.md @@ -4,6 +4,7 @@ ## Workflow ![image](imgs/workflow.png) +![workflow](imgs/agent.png) ## Mise en place