mbudisic commited on
Commit
9440955
·
1 Parent(s): 7f75a79

feat: Add langgraph.json configuration file for graph management and environment setup

Browse files
Files changed (1) hide show
  1. 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
+ }