mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-20 22:52:29 +02:00
16 lines
282 B
JSON
16 lines
282 B
JSON
{
|
|
"python_version": "3.12",
|
|
"pip_config_file": "pipconfig.txt",
|
|
"dockerfile_lines": [
|
|
"ARG meow=woof"
|
|
],
|
|
"dependencies": [
|
|
"langchain_openai",
|
|
"."
|
|
],
|
|
"graphs": {
|
|
"agent": "graphs/agent.py:graph"
|
|
},
|
|
"env": ".env"
|
|
}
|