Update README.md

This commit is contained in:
Jacob Lee
2024-08-27 17:37:33 -07:00
committed by GitHub
parent dc74fd01e8
commit dfd06cafe1
+2
View File
@@ -23,6 +23,8 @@ Note that the `Deploy` button is currently not supported, but will be soon!
You will also need the latest versions of `@langchain/langgraph` and `@langchain/core`. See these instructions for help upgrading an [existing project](https://langchain-ai.github.io/langgraphjs/how-tos/manage-ecosystem-dependencies/).
For a rough video walkthrough, [click here](https://www.loom.com/share/81cafa32d57f4933bd5d9b08c70f460c?sid=4ebcb366-f27a-4c49-854d-169106b4f6fe).
## Development
While iterating on your graph, you can edit past state and rerun your app from past states to debug specific nodes. Local changes will be automatically applied via hot reload. Try adding an interrupt before the agent calls tools, updating the default system message in `src/utils/state.ts` to take on a persona, or adding additional nodes and edges!