13 lines
367 B
Python
13 lines
367 B
Python
from langgraph.graph import StateGraph, MessagesState
|
|
|
|
class hjgzefvuiyguhzfvihuozdef(MessagesState): # J'ai du mal à nommer mes classes ._.
|
|
pass
|
|
|
|
def getState()->StateGraph:
|
|
"""
|
|
Retourne un StateGraph prêt à utiliser pour préparer un workflow
|
|
|
|
Returns:
|
|
StateGraph: prêt à utiliser
|
|
"""
|
|
return StateGraph(hjgzefvuiyguhzfvihuozdef) |