320 files reformatted. One-time alignment to match the ruff format check added to CI in #4812.
LangGraph 1.x can return string or dict resume values from interrupt(), not just lists. The code now type-checks the response: strings are returned directly, dicts are JSON-serialized, and lists use the existing [-1].content path.