Files
custom-auth/langgraph.json
T
William Fu-Hinthorn ff38f50a35 First commit
2024-12-16 23:36:35 -08:00

11 lines
165 B
JSON

{
"dependencies": ["."],
"graphs": {
"agent": "./src/agent/graph.py:graph"
},
"env": ".env",
"auth": {
"path": "./src/security/auth.py:auth"
}
}