Files
cleveragents-core/features/steps
HAL9000 016bdf6f71 fix(auto_debug): return partial state updates from nodes per LangGraph contract
Closes #10496

Fixed four node functions in auto_debug.py that were violating LangGraph's node contract by mutating state in-place and returning full state objects. Now all four return dict[str, Any] with only the keys they update.
2026-05-16 12:54:53 +00:00
..