langsmith-trace이란?
모든 LangSmith/LangChain 관찰 가능성 질문에 이 기술을 사용하세요. 두 가지 주제를 다룹니다: (1) 애플리케이션에 추적 추가(LangChain/LangGraph 또는 @traceable이 포함된 바닐라 Python/TS), (2) 디버깅, 실행 흐름 분석 및 추적 데이터 내보내기를 위한 추적 쿼리. 출처: jackjin1997/clawforge.
모든 LangSmith/LangChain 관찰 가능성 질문에 이 기술을 사용하세요. 두 가지 주제를 다룹니다: (1) 애플리케이션에 추적 추가(LangChain/LangGraph 또는 @traceable이 포함된 바닐라 Python/TS), (2) 디버깅, 실행 흐름 분석 및 추적 데이터 내보내기를 위한 추적 쿼리.
명령줄에서 langsmith-trace AI 스킬을 개발 환경에 빠르게 설치
출처: jackjin1997/clawforge.
Two main topics: adding tracing to your application, and querying traces for debugging and analysis.
Check the codebase first: If using OpenTelemetry, prefer the OTel integration (https://docs.langchain.com/langsmith/trace-with-opentelemetry). For Vercel AI SDK, LlamaIndex, Instructor, DSPy, or LiteLLM, see native integrations at https://docs.langchain.com/langsmith/integrations.
If not using an integration, use the @traceable decorator and wrap your LLM client:
모든 LangSmith/LangChain 관찰 가능성 질문에 이 기술을 사용하세요. 두 가지 주제를 다룹니다: (1) 애플리케이션에 추적 추가(LangChain/LangGraph 또는 @traceable이 포함된 바닐라 Python/TS), (2) 디버깅, 실행 흐름 분석 및 추적 데이터 내보내기를 위한 추적 쿼리. 출처: jackjin1997/clawforge.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/jackjin1997/clawforge --skill langsmith-trace모든 LangSmith/LangChain 관찰 가능성 질문에 이 기술을 사용하세요. 두 가지 주제를 다룹니다: (1) 애플리케이션에 추적 추가(LangChain/LangGraph 또는 @traceable이 포함된 바닐라 Python/TS), (2) 디버깅, 실행 흐름 분석 및 추적 데이터 내보내기를 위한 추적 쿼리. 출처: jackjin1997/clawforge.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/jackjin1997/clawforge --skill langsmith-trace 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/jackjin1997/clawforge