agentv 2.5.5 → 2.5.7

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/cli.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import { createRequire } from 'node:module'; const require = createRequire(import.meta.url);
3
3
  import {
4
4
  runCli
5
- } from "./chunk-LTEYARQG.js";
5
+ } from "./chunk-KM7W27VC.js";
6
6
  import "./chunk-BKMQNEUD.js";
7
7
 
8
8
  // src/cli.ts
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@ import { createRequire } from 'node:module'; const require = createRequire(impor
2
2
  import {
3
3
  app,
4
4
  runCli
5
- } from "./chunk-LTEYARQG.js";
5
+ } from "./chunk-KM7W27VC.js";
6
6
  import "./chunk-BKMQNEUD.js";
7
7
  export {
8
8
  app,
@@ -35,8 +35,8 @@ evalcases:
35
35
  |-------|----------|-------------|
36
36
  | `id` | yes | Unique identifier |
37
37
  | `expected_outcome` | yes | What the response should accomplish |
38
- | `input_messages` / `input` | yes | Input to the agent |
39
- | `expected_messages` / `expected_output` | no | Gold-standard reference answer |
38
+ | `input` / `input_messages` | yes | Input to the agent |
39
+ | `expected_output` / `expected_messages` | no | Gold-standard reference answer |
40
40
  | `rubrics` | no | Inline evaluation criteria |
41
41
  | `execution` | no | Per-case execution overrides |
42
42
  | `conversation_id` | no | Thread grouping |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentv",
3
- "version": "2.5.5",
3
+ "version": "2.5.7",
4
4
  "description": "CLI entry point for AgentV",
5
5
  "type": "module",
6
6
  "repository": {