mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-20 06:35:46 +02:00
18 lines
330 B
JSON
18 lines
330 B
JSON
{
|
|
"$schema": "https://langgra.ph/schema.json",
|
|
"python_version": "3.12",
|
|
"dependencies": [
|
|
"langchain_community",
|
|
"langchain_anthropic",
|
|
"langchain_openai",
|
|
"wikipedia",
|
|
"scikit-learn",
|
|
"."
|
|
],
|
|
"graphs": {
|
|
"agent": "./agent.py:graph",
|
|
"storm": "./storm.py:graph"
|
|
},
|
|
"env": "../.env"
|
|
}
|