Skip to content

Commit

Permalink
Add cassette
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw committed Sep 16, 2024
1 parent ea4fbda commit cb12e15
Show file tree
Hide file tree
Showing 2 changed files with 465 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/react_agent/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,4 @@ def route_model_output(state: State) -> Literal["__end__", "tools"]:
interrupt_before=[], # Add node names here to update state before they're called
interrupt_after=[], # Add node names here to update state after they're called
)
graph.name = "ReAct Agent" # This customizes the name in LangSmith
Loading

0 comments on commit cb12e15

Please sign in to comment.