From ea314e5c5c533aaf5a6814ccdfea5c4be2ed9b7e Mon Sep 17 00:00:00 2001 From: LJ5O <75009579+LJ5O@users.noreply.github.com> Date: Sun, 8 Feb 2026 15:21:09 +0100 Subject: [PATCH] Moved agent.png --- AgentReact/agent.py | 2 +- agent.png => imgs/agent.png | Bin readme.md | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) rename agent.png => imgs/agent.png (100%) 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