Use LangSmith with <Agentic WorkFlow>
Use LangSmith with Agentic WorkFlow
Section titled “Use LangSmith with Agentic WorkFlow”LangSmith is a developer platform created by the LangChain team. You can connect your Agentic WorkFlow instance to LangSmith to record and monitor runs, just as you can in a LangChain application.
/// info | Feature availability
Self-hosted Agentic WorkFlow only.
///
Connect your Agentic WorkFlow instance to LangSmith
Section titled “Connect your Agentic WorkFlow instance to LangSmith”-
Log in to LangSmith and get your API key.
-
Set the LangSmith environment variables:
Variable Value LANGCHAIN_ENDPOINT "https://api.smith.langchain.com"LANGCHAIN_TRACING_V2 trueLANGCHAIN_API_KEY Set this to your API Agentic WorkFlowSet the variables so that they’re available globally in the environment where you host your A
Agentic WorkFlowtic Workflow Studio instance. You can do this in the same way as the rest of your general configuration. -
Restart
Agentic WorkFlow.
For information on using LangSmith, refer to LangSmith’s documentation.