langgraph.json 179 B

12345678910
  1. {
  2. "$schema": "https://langgra.ph/schema.json",
  3. "dependencies": [
  4. "."
  5. ],
  6. "graphs": {
  7. "global_data": "./production_build_agents/app.py:graph"
  8. },
  9. "env": ".env"
  10. }