Spaces:
Sleeping
Sleeping
feat: Add langgraph.json configuration file for graph management and environment setup
Browse files- langgraph.json +11 -0
langgraph.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dockerfile_lines": [],
|
| 3 |
+
"graphs": {
|
| 4 |
+
"enhanced_video_archive": "./pstuts_rag/pstuts_rag/graph.py:graph"
|
| 5 |
+
},
|
| 6 |
+
"python_version": "3.11",
|
| 7 |
+
"env": "./.env",
|
| 8 |
+
"dependencies": [
|
| 9 |
+
"."
|
| 10 |
+
]
|
| 11 |
+
}
|