langgraph.json 171 Bytes
{
  "dependencies": ["."],
  "graphs": {
    "weather_agent": "./langgraph_examples/test_agent.py:agent",
    "api_agent": "./langgraph_examples/api_agent.py:agent"
  }
}