LangGraph Function API ====================== `langgraph_func` is a thin layer on top of [LangGraph](https://github.com/langchain-ai/langgraph) that exposes your graphs as Azure Functions. It keeps the graph API exactly the same while providing utilities to register graphs, generate Swagger docs and call one graph from another. .. toctree:: :maxdepth: 2 :caption: Contents: 01-graph-structure.md 02-deployment.md 03-yaml-function-app.md 04-helper-functions.md