Agent_V2 #2

Merged
Kevin merged 12 commits from Agent_V2 into master 2026-02-09 19:25:11 +01:00
12 changed files with 291 additions and 12 deletions
Showing only changes of commit ea314e5c5c - Show all commits

View File

@@ -40,4 +40,4 @@ def getGraph()->CompiledStateGraph:
if __name__ == "__main__": if __name__ == "__main__":
# Affichage du graphe # 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")

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -4,6 +4,7 @@
## Workflow ## Workflow
![image](imgs/workflow.png) ![image](imgs/workflow.png)
![workflow](imgs/agent.png)
## Mise en place ## Mise en place