Ask a question to get started
Enter to send•Shift+Enter new line
wait_for_graph_ready( self, graph_name: str = 'agent', *, timeout: float = _HEALTH_TIMEOUT )
graph_name
str
'agent'
timeout
float
_HEALTH_TIMEOUT
Resolve the served graph once so lazy startup failures surface early.
Registered graph name from langgraph.json.
langgraph.json
Max seconds to wait for the graph readiness request.