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 16fbc85
Show file tree
Hide file tree
Showing 4 changed files with 468 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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ You can find the latest (under construction) docs on [LangGraph](https://github.
LangGraph Studio also integrates with [LangSmith](https://smith.langchain.com/) for more in-depth tracing and collaboration with teammates.
[^1]: https://python.langchain.com/docs/concepts/#tools
<!--
Configuration auto-generated by `langgraph template lock`. DO NOT EDIT MANUALLY.
{
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 16fbc85

Please sign in to comment.