Spaces:
Runtime error
Runtime error
ernani commited on
Commit ·
f7197d5
1
Parent(s): 45dc9e2
removing langmem call to test
Browse files
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 |
-
|
| 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()
|