Commit 2fc7151
fix: Address remaining PR review feedback
- Cache node trackers in langgraph_callback_handler flush() to avoid
creating multiple trackers per node with different runIds
- Read graph key directly from config instead of instantiating a
tracker just for debug logging in langgraph_agent_graph_runner
- Simplify redundant except (json.JSONDecodeError, Exception) to
except Exception in tracker.py from_resumption_token
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent edd1690 commit 2fc7151
3 files changed
Lines changed: 6 additions & 3 deletions
File tree
- packages
- ai-providers/server-ai-langchain/src/ldai_langchain
- sdk/server-ai/src/ldai
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
264 | | - | |
| 263 | + | |
265 | 264 | | |
266 | 265 | | |
267 | 266 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| 199 | + | |
199 | 200 | | |
| 201 | + | |
| 202 | + | |
200 | 203 | | |
201 | 204 | | |
202 | 205 | | |
203 | 206 | | |
204 | 207 | | |
205 | 208 | | |
| 209 | + | |
206 | 210 | | |
207 | 211 | | |
208 | 212 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
0 commit comments