ernani commited on
Commit
f7197d5
·
1 Parent(s): 45dc9e2

removing langmem call to test

Browse files
Files changed (1) hide show
  1. tools.py +1 -1
tools.py CHANGED
@@ -3,7 +3,7 @@ from langchain_community.tools import DuckDuckGoSearchRun
3
  from langgraph.store.memory import InMemoryStore
4
  import random
5
  from huggingface_hub import list_models
6
- from langmem import create_manage_memory_tool, create_search_memory_tool
7
 
8
  # Initialize the DuckDuckGo search tool
9
  search_tool = DuckDuckGoSearchRun()
 
3
  from langgraph.store.memory import InMemoryStore
4
  import random
5
  from huggingface_hub import list_models
6
+
7
 
8
  # Initialize the DuckDuckGo search tool
9
  search_tool = DuckDuckGoSearchRun()