mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-17 21:25:46 +02:00
18 lines
339 B
JSON
18 lines
339 B
JSON
{
|
|
"pip_config_file": "./pipconf.txt",
|
|
"dependencies": [
|
|
"langchain_community",
|
|
"langchain_anthropic",
|
|
"langchain_openai",
|
|
"wikipedia",
|
|
"scikit-learn",
|
|
"./graphs"
|
|
],
|
|
"keep_pkg_tools": false,
|
|
"graphs": {
|
|
"agent": "./graphs/agent.py:graph",
|
|
"storm": "./graphs/storm.py:graph"
|
|
},
|
|
"env": ".env"
|
|
}
|