Minimal Viable Product

C'est moche, bancal, et mal foutu, mais ça compile et ça crache un rapport de stage dans un fichier
This commit is contained in:
2026-02-06 17:46:00 +01:00
parent 1c2f0728ea
commit 633726b2a0
6 changed files with 18 additions and 14 deletions

View File

@@ -53,6 +53,8 @@ def task_ended(state: MessagesState):
return END
return "continue"
tool_node = ToolNode(tools=getTools())
class BasicToolNode: # De mon ancien projet, https://github.com/LJ5O/Assistant/blob/main/modules/Brain/src/LLM/graph/nodes/BasicToolNode.py
"""A node that runs the tools requested in the last AIMessage."""