more notes

This commit is contained in:
2025-10-10 21:45:27 +08:00
parent 4985d10d71
commit 2aea94c200

View File

@@ -55,7 +55,7 @@ class Pipeline:
api_key=self.config.api_key, api_key=self.config.api_key,
base_url=self.config.base_url) base_url=self.config.base_url)
# self.agent = self.llm # NOTE: placeholder for now, add graph later # NOTE: placeholder for now, add graph later
memory = MemorySaver() memory = MemorySaver()
tools = [] tools = []
self.agent = create_react_agent(self.llm, tools, checkpointer=memory) self.agent = create_react_agent(self.llm, tools, checkpointer=memory)