Files
langgraph/libs/cli/tests/unit_tests/test_config.json
T
Nuno CamposandGitHub 5697f07163 cli: Reduce to test and build commands (#838)
* cli: Reduce to test and build commands

* Bump timeout

* Fix test?

* Fix

* Fix output
2024-06-26 11:53:44 -07:00

16 lines
272 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"
}