forked from langchain-ai/open-swe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlanggraph.json
More file actions
28 lines (28 loc) · 784 Bytes
/
langgraph.json
File metadata and controls
28 lines (28 loc) · 784 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
{
"node_version": "20",
"graphs": {
"programmer": "./apps/open-swe/src/graphs/programmer/index.ts:graph",
"planner": "./apps/open-swe/src/graphs/planner/index.ts:graph",
"manager": "./apps/open-swe/src/graphs/manager/index.ts:graph"
},
"env": "./apps/open-swe/.env",
"dependencies": ["./apps/open-swe"],
"auth": {
"path": "./apps/open-swe/src/security/auth.ts:auth"
},
"http": {
"app": "./apps/open-swe/src/routes/app.ts:app",
"configurable_headers": {
"include": [
"x-github-access-token",
"x-github-installation-token",
"x-github-user-id",
"x-github-user-login",
"x-github-installation-name",
"x-github-installation-id",
"x-github-pat",
"x-local-mode"
]
}
}
}