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]

langgraph_agent_toolkit.service.handler.create_app()[source][source]

Create and configure the FastAPI application.

Return type:

FastAPI