Files
langgraph/libs/cli/examples/graphs/langgraph.json
T
William FHandGitHub b65140a892 chore(cli): Add config schema (#6142)
So you can IDE LSP support / autocompletion
2025-09-12 12:16:07 -07:00

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"
}