Skip to content

Commit fcb76b1

Browse files
authored
Merge pull request #1 from langchain-ai/vb/add-replay
add replay video
2 parents f7626d6 + 0aa7aef commit fcb76b1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -166,3 +166,9 @@ To modify your graph from the studio, follow these steps:
166166
The following video shows how to open code editor from the studio:
167167

168168
https://github.com/user-attachments/assets/8ac0443d-460b-438e-a379-182ec9f68ff5
169+
170+
After you modify the underlying code you can also replay a node in the graph. For example, if an agent responds poorly, you can update the agent node implementation in your code editor and rerun it. This can make it much easier to iterate on long-running agents.
171+
172+
<video controls allowfullscreen="true" poster="./img/graph_video_poster.png">
173+
<source src="./img/replay.mp4" type="video/mp4">
174+
</video>

img/replay.mp4

983 KB
Binary file not shown.

0 commit comments

Comments
 (0)