@agentv/core 4.3.1 → 4.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/agentv-provider-TXM4UEUT.js +7 -0
- package/dist/{chunk-HFSYZHGF.js → chunk-KPSI5CSL.js} +1 -1
- package/dist/{chunk-V6QVGHVD.js → chunk-M65PVDQ5.js} +1 -1
- package/dist/{chunk-W5YDZWT4.js → chunk-PRNXHNLF.js} +1 -1
- package/dist/{esm-5Q4BZALM.js → esm-ZADQ4XQH.js} +1 -1
- package/dist/evaluation/validation/index.cjs +0 -8
- package/dist/evaluation/validation/index.cjs.map +1 -1
- package/dist/evaluation/validation/index.js +1 -9
- package/dist/evaluation/validation/index.js.map +1 -1
- package/dist/index.cjs +176 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +6 -6
- package/dist/otlp-json-file-exporter-RJFPCKVK.js +7 -0
- package/package.json +1 -1
- package/dist/agentv-provider-NFFLXG5M.js +0 -7
- package/dist/otlp-json-file-exporter-77FDBRSY.js +0 -7
- /package/dist/{agentv-provider-NFFLXG5M.js.map → agentv-provider-TXM4UEUT.js.map} +0 -0
- /package/dist/{chunk-HFSYZHGF.js.map → chunk-KPSI5CSL.js.map} +0 -0
- /package/dist/{chunk-V6QVGHVD.js.map → chunk-M65PVDQ5.js.map} +0 -0
- /package/dist/{chunk-W5YDZWT4.js.map → chunk-PRNXHNLF.js.map} +0 -0
- /package/dist/{esm-5Q4BZALM.js.map → esm-ZADQ4XQH.js.map} +0 -0
- /package/dist/{otlp-json-file-exporter-77FDBRSY.js.map → otlp-json-file-exporter-RJFPCKVK.js.map} +0 -0
package/dist/index.js
CHANGED
|
@@ -23,13 +23,13 @@ import {
|
|
|
23
23
|
readTextFile,
|
|
24
24
|
resolveFileReference,
|
|
25
25
|
resolveTargetDefinition
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-M65PVDQ5.js";
|
|
27
27
|
import {
|
|
28
28
|
AgentvProvider
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-PRNXHNLF.js";
|
|
30
30
|
import {
|
|
31
31
|
OtlpJsonFileExporter
|
|
32
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-KPSI5CSL.js";
|
|
33
33
|
|
|
34
34
|
// src/evaluation/trace.ts
|
|
35
35
|
function computeTraceSummary(messages) {
|
|
@@ -15471,7 +15471,7 @@ async function runEvaluation(options) {
|
|
|
15471
15471
|
if (!cliModel) {
|
|
15472
15472
|
throw new Error('--grader-target "agentv" requires --model (e.g., "openai:gpt-5-mini")');
|
|
15473
15473
|
}
|
|
15474
|
-
const { AgentvProvider: AgentvProvider2 } = await import("./agentv-provider-
|
|
15474
|
+
const { AgentvProvider: AgentvProvider2 } = await import("./agentv-provider-TXM4UEUT.js");
|
|
15475
15475
|
return new AgentvProvider2("agentv", { model: cliModel, temperature: 0 });
|
|
15476
15476
|
}
|
|
15477
15477
|
const overrideTarget = resolveTargetByName(cliGraderTarget);
|
|
@@ -17827,7 +17827,7 @@ var OtelTraceExporter = class {
|
|
|
17827
17827
|
import("@opentelemetry/resources"),
|
|
17828
17828
|
import("@opentelemetry/semantic-conventions"),
|
|
17829
17829
|
import("@opentelemetry/api"),
|
|
17830
|
-
import("./esm-
|
|
17830
|
+
import("./esm-ZADQ4XQH.js").catch(() => null)
|
|
17831
17831
|
]);
|
|
17832
17832
|
const { NodeTracerProvider: Provider, SimpleSpanProcessor } = sdkTraceNode;
|
|
17833
17833
|
const { resourceFromAttributes } = resourcesMod;
|
|
@@ -17846,7 +17846,7 @@ var OtelTraceExporter = class {
|
|
|
17846
17846
|
processors.push(new SimpleSpanProcessor(exporter));
|
|
17847
17847
|
}
|
|
17848
17848
|
if (this.options.otlpFilePath) {
|
|
17849
|
-
const { OtlpJsonFileExporter: OtlpJsonFileExporter2 } = await import("./otlp-json-file-exporter-
|
|
17849
|
+
const { OtlpJsonFileExporter: OtlpJsonFileExporter2 } = await import("./otlp-json-file-exporter-RJFPCKVK.js");
|
|
17850
17850
|
processors.push(
|
|
17851
17851
|
new SimpleSpanProcessor(new OtlpJsonFileExporter2(this.options.otlpFilePath))
|
|
17852
17852
|
);
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{otlp-json-file-exporter-77FDBRSY.js.map → otlp-json-file-exporter-RJFPCKVK.js.map}
RENAMED
|
File without changes
|