diff --git a/.env.example b/.env.example index 97ee9a2..0d44bfb 100644 --- a/.env.example +++ b/.env.example @@ -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 diff --git a/README.md b/README.md index 7bd142d..f555403 100644 --- a/README.md +++ b/README.md @@ -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 +