service shape: a process
starts an HTTP server, keeps graph state in your checkpointer, and accepts
requests from your application.
Use Functions when the LangGraph server should be a
named, operated process with logs, status, a service instance, and a backing
machine.
Deploy As A Service
You must bind the server to0.0.0.0 so the Nullspace service proxy can reach
it.
function.py
nullspace.Policy(public_url=True) only when callers outside the machine
need a public endpoint.