mirror of
https://github.com/langchain-ai/langgraphjs.git
synced 2026-07-23 09:35:22 -04:00
dc33895b84
* Split checkpointers into libraries * Update readme * Fix CI * Update release scripts * Update README * Update rc * Preserve peer deps for now
6 lines
228 B
Bash
6 lines
228 B
Bash
# ------------------LangSmith tracing------------------
|
|
LANGCHAIN_TRACING_V2=true
|
|
LANGCHAIN_ENDPOINT="https://api.smith.langchain.com"
|
|
LANGCHAIN_API_KEY=
|
|
LANGCHAIN_PROJECT=
|
|
# ----------------------------------------------------- |