more notes
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user