What problem does it solve?
When an LLM agent, prompt, or model call misbehaves in production, you need to see what it actually did rather than guess. This Skill lets you query LangWatch traces and coding-agent sessions directly from a coding session using the langwatch CLI, so you can debug failed or slow LLM runs and look up traces by id.
Core Features & Use Cases
- Trace Search and Retrieval: Search traces from the last 24 hours (or a custom date range) with filters like query text, limit, and origin, then fetch a single trace as JSON.
- Transcript and Session Inspection: Read a coding-agent trace as an ordered transcript, or list a session's model calls, compactions, rate limits, and tool runs in time order.
- Use Case: Imagine a checkout agent failed in production overnight. Run
langwatch trace search -q "checkout agent" to find the run, then langwatch trace transcript <traceId> to see exactly what the agent did step by step.
Quick Start
Ask the assistant to check that the langwatch CLI is installed and signed in, then search recent LangWatch traces for the agent run you want to inspect.