mirror of
https://github.com/langchain-ai/langsmith-agent-lifecycle-workshop.git
synced 2026-08-26 18:16:45 -04:00
c9ce77a70f
- Write a GitHub Job Summary with a direct link to the LangSmith experiment, so the PR check is one click from the actual results. - Trace experiment names/metadata back to the originating PR and commit (ci-pr<N>-<sha>-<hash>) instead of a generic ci-regression-<hash>. - Route the CI vectorstore build through LangSmith's LLM Gateway with OpenAI embeddings (auth'd via the existing LANGSMITH_API_KEY secret, no code changes needed) instead of local HuggingFace, cutting the build step from ~60s+ to ~6s. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>