LangSmith Integration
LangSmith is LangChain’s platform for debugging, testing, and monitoring LLM applications.Setup
1. Install Dependencies
2. Set Environment Variables
3. Initialize
Usage
Configuration Options
| Option | Environment Variable | Description |
|---|---|---|
api_key | LANGSMITH_API_KEY | Your LangSmith API key |
project | LANGSMITH_PROJECT | Project name (default: “default”) |
endpoint | LANGSMITH_ENDPOINT | API endpoint |

