mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
de78dfdb68
## Summary - Add sanitization pass over LangGraph agent state to replace NaN and Infinity with null before JSON serialization - Prevents `ValueError: Out of range float values are not JSON compliant` in Python SDK Closes #1955 --- *Split from #3847*