-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlanggraph.json
More file actions
29 lines (29 loc) · 751 Bytes
/
Copy pathlanggraph.json
File metadata and controls
29 lines (29 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"node_version": "22",
"dependencies": ["."],
"graphs": {
"agent": "./src/lib/agent.ts:agent"
},
"auth": {
"path": "./src/lib/langgraph-auth.ts:auth"
},
"http": {
"middleware_order": "auth_first",
"cors": {
"allow_origins": [
"http://localhost:3000",
"https://codevibeai.tech",
"https://www.codevibeai.tech",
"https://codevibe.mohdkaif.me",
"https://codevibe-drk.vercel.app"
],
"allow_methods": ["GET", "POST", "PATCH", "DELETE", "OPTIONS"],
"allow_headers": ["Authorization", "Content-Type", "X-Internal-Secret"],
"allow_credentials": true,
"max_age": 600
},
"disable_meta": true,
"disable_assistants": true
},
"env": ".env"
}