@agentv/core 4.23.0-next.1 → 4.24.0

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/index.d.cts CHANGED
@@ -3424,6 +3424,10 @@ interface ProgressEvent {
3424
3424
  readonly score?: number;
3425
3425
  /** Execution status classification for completed/failed tests */
3426
3426
  readonly executionStatus?: ExecutionStatus;
3427
+ /** Candidate/agent execution duration in milliseconds */
3428
+ readonly durationMs?: number;
3429
+ /** Full eval duration in milliseconds, including grading/orchestration */
3430
+ readonly evalRunDurationMs?: number;
3427
3431
  }
3428
3432
  interface RunEvaluationOptions {
3429
3433
  readonly testFilePath: string;
package/dist/index.d.ts CHANGED
@@ -3424,6 +3424,10 @@ interface ProgressEvent {
3424
3424
  readonly score?: number;
3425
3425
  /** Execution status classification for completed/failed tests */
3426
3426
  readonly executionStatus?: ExecutionStatus;
3427
+ /** Candidate/agent execution duration in milliseconds */
3428
+ readonly durationMs?: number;
3429
+ /** Full eval duration in milliseconds, including grading/orchestration */
3430
+ readonly evalRunDurationMs?: number;
3427
3431
  }
3428
3432
  interface RunEvaluationOptions {
3429
3433
  readonly testFilePath: string;
package/dist/index.js CHANGED
@@ -129,7 +129,7 @@ import {
129
129
  toCamelCaseDeep,
130
130
  toSnakeCaseDeep,
131
131
  tokensPerTool
132
- } from "./chunk-3SBKNIB6.js";
132
+ } from "./chunk-CUVG5O5P.js";
133
133
  import {
134
134
  COMMON_TARGET_SETTINGS,
135
135
  TEST_MESSAGE_ROLES,
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  loadTsEvalFile,
3
3
  loadTsEvalSuite
4
- } from "./chunk-3SBKNIB6.js";
4
+ } from "./chunk-CUVG5O5P.js";
5
5
  import "./chunk-4VLOUBFL.js";
6
6
  import "./chunk-3WGHC7LC.js";
7
7
  import "./chunk-PRNXHNLF.js";
@@ -9,4 +9,4 @@ export {
9
9
  loadTsEvalFile,
10
10
  loadTsEvalSuite
11
11
  };
12
- //# sourceMappingURL=ts-eval-loader-HT7NCO4M.js.map
12
+ //# sourceMappingURL=ts-eval-loader-SYQYQPMC.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentv/core",
3
- "version": "4.23.0-next.1",
3
+ "version": "4.24.0",
4
4
  "description": "Primitive runtime components for AgentV",
5
5
  "type": "module",
6
6
  "repository": {