mirror of
https://github.com/langchain-ai/langgraph-guardrails-example.git
synced 2026-07-01 07:14:56 -04:00
16 lines
363 B
JSON
16 lines
363 B
JSON
{
|
|
"dockerfile_lines": [],
|
|
"graphs": {
|
|
"weather_agent": "./my_agent/agent.py:graph",
|
|
"guardrail_before": "./my_agent/agent_guardrail_before.py:graph",
|
|
"guardrail_after": "./my_agent/agent_guardrail_after.py:graph"
|
|
},
|
|
"env": [
|
|
"OPENAI_API_KEY",
|
|
"TAVILY_API_KEY"
|
|
],
|
|
"python_version": "3.11",
|
|
"dependencies": [
|
|
"./my_agent"
|
|
]
|
|
} |