-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlanggraph.json
More file actions
24 lines (24 loc) · 794 Bytes
/
langgraph.json
File metadata and controls
24 lines (24 loc) · 794 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
{
"graphs": {
"example": "./agents/example/agent.py:app",
"parallel_sectioning": "./agents/parallel_sectioning/agent.py:app",
"parallel_voting": "./agents/parallel_voting/agent.py:app",
"prompt_chaining": "./agents/prompt_chaining/agent.py:app",
"routing": "./agents/routing/agent.py:app",
"orchestrator_worker": "./agents/orchestrator_worker/agent.py:app",
"evaluator_optimizer": "./agents/evaluator_optimizer/agent.py:app",
"tool_agent": "./agents/tool_agent/agent.py:app",
"NewAgent": "./agents/NewAgent/agent.py:app"
},
"env": ".env",
"python_version": "3.12",
"dependencies": [
"langgraph",
"langgraph-cli[inmem]",
"langchain",
"langchain-openai",
"langchain-anthropic",
"langchain-core"
],
"dockerfile_lines": []
}