hp_elite

Results 7 comments of hp_elite

Facing same issue, the file libodbc.2.dylib is not available after unixodbc installation, Why M3 Silicon chip is behaving weird? Anybody solved this issue?

Go to jsonplus.py > venv/lib/python3.13/site-packages/langgraph/checkpoint/serde/jsonplus.py ``` def message_to_dict(msg): # Handles HumanMessage, AIMessage, ToolMessage, etc. if hasattr(msg, "to_dict"): return msg.to_dict() elif isinstance(msg, dict): return msg else: # Fallback: try to extract...