Development and Debugging in LangGraph Studio
mainWhen developing with this template in LangGraph Studio:
- Hot Reloading: Local code changes are automatically applied.
- State Manipulation: You can edit past states and rerun the application from those specific points to debug individual nodes.
- Thread Management: Follow-up requests are appended to the current thread. To start fresh, use the
+button in the top right to create a new thread. - Advanced Debugging: Use interrupts (e.g., before tool calls) or modify the system message in
src/react_agent/context.pyto test different agent personas.