mirror of
https://github.com/langchain-ai/custom-auth.git
synced 2026-07-01 21:34:01 -04:00
11 lines
165 B
JSON
11 lines
165 B
JSON
{
|
|
"dependencies": ["."],
|
|
"graphs": {
|
|
"agent": "./src/agent/graph.py:graph"
|
|
},
|
|
"env": ".env",
|
|
"auth": {
|
|
"path": "./src/security/auth.py:auth"
|
|
}
|
|
}
|