Solution ready for review: update hitl_agent.py

This commit is contained in:
2026-06-03 08:22:48 +00:00
parent 8278077fbf
commit ae85fb8f58
+1
View File
@@ -5,6 +5,7 @@ from typing import TypedDict
from langgraph.graph import END, START, StateGraph
from langgraph.checkpoint.memory import InMemorySaver
from langgraph.types import Command, interrupt
import questionary
class GameState(TypedDict):