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