/
githubmirror
/
novu
Обзор
Документация
Войти
/
githubmirror
/
novu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
libs/agent-evals/project.json
25 строк
545 B
George Djabarov
feat(agent-evals): add suite-based behavioral eval harness for agent onboarding fixes NV-8059 (#11589)
22 июн 2026, 14:24
Не верифицирован
22 июн 2026, 14:24
0ad474a
Код
Авторство
О чём код?
{ "name": "@novu/agent-evals", "sourceRoot": "libs/agent-evals/src", "projectType": "library", "targets": { "lint": { "executor": "nx:run-commands", "options": { "command": "npx biome lint libs/agent-evals" } }, "eval": { "executor": "nx:run-commands", "options": { "command": "pnpm --filter @novu/agent-evals eval" } }, "test": { "executor": "nx:run-commands", "options": { "command": "pnpm --filter @novu/agent-evals test" } } } }