mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-17 21:25:46 +02:00
13 lines
272 B
JSON
13 lines
272 B
JSON
{
|
|
"python_version": "3.12",
|
|
"pip_config_file": "pipconfig.txt",
|
|
"dockerfile_lines": ["ARG meow"],
|
|
"dependencies": [
|
|
"langchain_openai",
|
|
"."
|
|
],
|
|
"graphs": {
|
|
"agent": "tests/unit_tests/agent.py:graph"
|
|
},
|
|
"env": ".env"
|
|
} |