mirror of
https://github.com/langchain-ai/langgraphjs-api.git
synced 2026-07-24 20:55:29 -04:00
11 lines
218 B
JSON
11 lines
218 B
JSON
{
|
|
"python_version": "3.12",
|
|
"pip_config_file": "pipconfig.txt",
|
|
"dockerfile_lines": ["ARG meow"],
|
|
"dependencies": ["langchain_openai", "."],
|
|
"graphs": {
|
|
"agent": "./agent.py:graph"
|
|
},
|
|
"env": ".env"
|
|
}
|