Scott Cogan
commited on
Commit
·
ed10014
1
Parent(s):
2defd9c
debug
Browse files- app.py +0 -1
- requirements.txt +1 -1
app.py
CHANGED
|
@@ -20,7 +20,6 @@ import time
|
|
| 20 |
from tenacity import retry, stop_after_attempt, wait_exponential
|
| 21 |
import json
|
| 22 |
import logging
|
| 23 |
-
from langgraph import config
|
| 24 |
|
| 25 |
# Set up logging
|
| 26 |
logging.basicConfig(level=logging.INFO)
|
|
|
|
| 20 |
from tenacity import retry, stop_after_attempt, wait_exponential
|
| 21 |
import json
|
| 22 |
import logging
|
|
|
|
| 23 |
|
| 24 |
# Set up logging
|
| 25 |
logging.basicConfig(level=logging.INFO)
|
requirements.txt
CHANGED
|
@@ -3,7 +3,7 @@ langchain-core>=0.3,<0.4
|
|
| 3 |
langchain-community>=0.3,<0.4
|
| 4 |
langchain-experimental>=0.3,<0.4
|
| 5 |
langchain-google-genai>=2,<3
|
| 6 |
-
langgraph==0.
|
| 7 |
gradio>=4.44.1
|
| 8 |
requests
|
| 9 |
openpyxl
|
|
|
|
| 3 |
langchain-community>=0.3,<0.4
|
| 4 |
langchain-experimental>=0.3,<0.4
|
| 5 |
langchain-google-genai>=2,<3
|
| 6 |
+
langgraph==0.1.0
|
| 7 |
gradio>=4.44.1
|
| 8 |
requests
|
| 9 |
openpyxl
|