What problem does it solve?
Teams running LLM-powered applications in production lack visibility into what their agents actually do and whether their outputs are good. This Skill lets you inspect recorded LLM conversations and generations, build quality evaluators, bind them to production traffic with rules, and review the resulting scores — all through the gcx CLI.
Core Features & Use Cases
- Conversation & Generation Inspection: List, search, and filter conversations by agent, model, status, error type, and more to debug what an agent did in production.
- Evaluator Management: Create, test, and version evaluators of four kinds (llm_judge, regex, heuristic, json_schema) using copy-paste YAML definitions with API-enforced constraints.
- Online Evaluation Setup: Bind evaluators to live traffic with rules that control selectors, match filters, and sampling rates, then analyze pass/fail score trends.
- Use Case: After deploying a support chatbot, create an llm_judge helpfulness evaluator, test it against a real generation, attach it to a rule matching your agent's user-visible turns, and review failing scores with explanations to find quality regressions.
Quick Start
Ask the agent to list recent Agent Observability conversations for your agent and set up an online evaluation rule with a helpfulness evaluator.