mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-21 15:12:26 +02:00
* Revert "cli: Reduce to test and build commands (#838)"
This reverts commit 5697f07163.
* Undo
* Undo
* Undo
* Fix
* Fix
* Add license key admonition
* Quote env vars
* Test
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"
|
|
} |