- langgraph_agent_toolkit.service.handler.lifespan(app)[source][source]
Create a lifespan context manager for the FastAPI app.
- Parameters:
app (FastAPI)
- Return type:
AsyncGenerator[None, None]
Create a lifespan context manager for the FastAPI app.
app (FastAPI)
AsyncGenerator[None, None]