remove comment

This commit is contained in:
2025-10-22 12:41:26 +08:00
parent 07ed84c273
commit 3fb5b2a2ab

View File

@@ -43,7 +43,7 @@ class ReactGraph(GraphBase):
api_key=self.config.api_key,
base_url=self.config.base_url)
# NOTE: placeholder for now, add graph later
self.tool_manager:ToolManager = self.config.tool_manager_config.setup()
memory = MemorySaver()
tools = self.tool_manager.get_langchain_tools()