mirror of
https://github.com/langchain-ai/langgraphjs-api.git
synced 2026-08-26 17:56:37 -04:00
10 lines
231 B
JSON
10 lines
231 B
JSON
{
|
|
"python_version": "3.12",
|
|
"dockerfile_lines": ["ARG meow"],
|
|
"dependencies": ["langchain_openai", "."],
|
|
"graphs": {
|
|
"agent": "./agent.py:graph"
|
|
},
|
|
"env": ["OPENAI_API_KEY", "ANTHROPIC_API_KEY", "TAVILY_API_KEY"]
|
|
}
|