mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-17 21:25:46 +02:00
Right now requires that the file be in one of the local packages/dependencies.
20 lines
371 B
JSON
20 lines
371 B
JSON
{
|
|
"python_version": "3.12",
|
|
"pip_config_file": "pipconfig.txt",
|
|
"dockerfile_lines": [
|
|
"ARG meow=woof"
|
|
],
|
|
"dependencies": [
|
|
"langchain_openai",
|
|
"starlette",
|
|
"."
|
|
],
|
|
"graphs": {
|
|
"agent": "graphs/agent.py:graph"
|
|
},
|
|
"env": ".env",
|
|
"http": {
|
|
"app": "../../examples/my_app.py:app"
|
|
}
|
|
}
|