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 0d91197
Show file tree
Hide file tree
Showing 3 changed files with 466 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TAVILY_API_KEY=...

# To separate your traces from other application
LANGSMITH_PROJECT=retrieval-agent
LANGSMITH_PROJECT=react-agent

# The following depend on your selected configuration

Expand Down
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 0d91197

Please sign in to comment.