Loading...
Loading...
Compatibility router for LangWatch evaluation requests. Use only when the user asks for evaluations without making it clear whether they mean pre-deployment experiments or production online evaluations. Routes the request to the focused companion skill and does not implement either workflow itself.
npx skill4agent add langwatch/skills evaluations| Intent | Correct skill |
|---|---|
| Batch test a dataset, compare prompts or models, benchmark, create a CI quality gate | |
| Score live traces or threads, monitor production quality, create a guardrail | |
langy-cardchoices```langy-card
{
"kind": "choices",
"blockId": "eval-kind",
"question": "What should this evaluate?",
"options": [
{ "id": "experiment", "label": "A dataset, before deployment" },
{ "id": "online", "label": "Live production traffic" }
]
}
```refvalidation_errorexpectedexperimentsnpx skills@1.5.19 add langwatch/skills/experimentsonline-evaluationsnpx skills@1.5.19 add langwatch/skills/online-evaluations