DriptoBhattacharyya commited on
Commit
323f3b4
·
1 Parent(s): ba8b4ad

Document LangSmith tracing env vars

Browse files
Files changed (1) hide show
  1. .env.example +8 -0
.env.example CHANGED
@@ -2,6 +2,14 @@
2
  GROQ_API_KEY=
3
  TAVILY_API_KEY=
4
 
 
 
 
 
 
 
 
 
5
  # --- Optional overrides (sane defaults applied if omitted) ---
6
  # Groq text/reasoning model used by the agent + judge nodes
7
  GROQ_TEXT_MODEL=llama-3.3-70b-versatile
 
2
  GROQ_API_KEY=
3
  TAVILY_API_KEY=
4
 
5
+ # --- Optional: LangSmith tracing (nice for debugging the graph) ---
6
+ # Set TRACING=true and provide the API key to stream runs to smith.langchain.com.
7
+ # LangChain/LangGraph pick these up automatically; no code change needed.
8
+ LANGSMITH_TRACING=false
9
+ LANGSMITH_API_KEY=
10
+ LANGSMITH_PROJECT=gaia-agent
11
+ # LANGSMITH_ENDPOINT=https://api.smith.langchain.com # set to EU host if needed
12
+
13
  # --- Optional overrides (sane defaults applied if omitted) ---
14
  # Groq text/reasoning model used by the agent + judge nodes
15
  GROQ_TEXT_MODEL=llama-3.3-70b-versatile