From d7e05537aaf992e0af9a8400593d610838ca2541 Mon Sep 17 00:00:00 2001 From: goulustis Date: Wed, 22 Oct 2025 16:27:29 +0800 Subject: [PATCH] add question --- lang_agent/graphs/react.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang_agent/graphs/react.py b/lang_agent/graphs/react.py index 29804d1..3cdf125 100644 --- a/lang_agent/graphs/react.py +++ b/lang_agent/graphs/react.py @@ -11,7 +11,7 @@ from langchain_core.messages import SystemMessage, HumanMessage from langchain.agents import create_agent from langgraph.checkpoint.memory import MemorySaver - +# NOTE: maybe make this into a base_graph_config? @tyro.conf.configure(tyro.conf.SuppressFixed) @dataclass class ReactGraphConfig(KeyConfig):