mirror of
https://github.com/langchain-ai/langgraph-fullstack-python.git
synced 2026-08-26 17:56:38 -04:00
Handling Interrupts. #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @arthurdorigueto on GitHub (Feb 27, 2025).
I just can't find a way to change your code to handle interrupts. Could you please help?
I have a react agent, created with create_react_agent, which has the following tool:
What I expect to happen is to somehow read text and options in the frontend. I know this is possible because I managed to do this using CopilotKit.