agentv 2.6.0 → 2.7.1-next.3
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/README.md +128 -33
- package/dist/chunk-3L2L5GIL.js +51 -0
- package/dist/{chunk-BKMQNEUD.js.map → chunk-3L2L5GIL.js.map} +1 -1
- package/dist/{chunk-BKMQNEUD.js → chunk-5H446C7X.js} +2 -45
- package/dist/{chunk-LJVS3JAK.js → chunk-BL4PVUAT.js} +6 -4
- package/dist/{chunk-LJVS3JAK.js.map → chunk-BL4PVUAT.js.map} +1 -1
- package/dist/{chunk-MGK6HHRR.js → chunk-BWLYFF5N.js} +9813 -11237
- package/dist/chunk-BWLYFF5N.js.map +1 -0
- package/dist/chunk-C5GOHBQM.js +84 -0
- package/dist/chunk-C5GOHBQM.js.map +1 -0
- package/dist/chunk-EJEG3DU2.js +5476 -0
- package/dist/chunk-EJEG3DU2.js.map +1 -0
- package/dist/chunk-FV32QHPB.js +565 -0
- package/dist/chunk-FV32QHPB.js.map +1 -0
- package/dist/chunk-H5FFZCKI.js +2957 -0
- package/dist/chunk-H5FFZCKI.js.map +1 -0
- package/dist/chunk-JK6V4KVD.js +114 -0
- package/dist/chunk-JK6V4KVD.js.map +1 -0
- package/dist/chunk-LRULMAAA.js +1711 -0
- package/dist/chunk-LRULMAAA.js.map +1 -0
- package/dist/chunk-SR4I5KET.js +1238 -0
- package/dist/chunk-SR4I5KET.js.map +1 -0
- package/dist/chunk-VQ2ZO7XJ.js +2098 -0
- package/dist/chunk-VQ2ZO7XJ.js.map +1 -0
- package/dist/chunk-XALGXSKB.js +21 -0
- package/dist/chunk-XALGXSKB.js.map +1 -0
- package/dist/cli.js +8 -2
- package/dist/cli.js.map +1 -1
- package/dist/dist-R3OCWGXH.js +257 -0
- package/dist/dist-R3OCWGXH.js.map +1 -0
- package/dist/esm-5Q4BZALM-5REQWAUV.js +924 -0
- package/dist/esm-5Q4BZALM-5REQWAUV.js.map +1 -0
- package/dist/esm-DX3WQKEN.js +32 -0
- package/dist/esm-DX3WQKEN.js.map +1 -0
- package/dist/esm-QNEMCJPL.js +933 -0
- package/dist/esm-QNEMCJPL.js.map +1 -0
- package/dist/esm-R77SNOF5.js +65 -0
- package/dist/esm-R77SNOF5.js.map +1 -0
- package/dist/esm-RVQPUGWH.js +1207 -0
- package/dist/esm-RVQPUGWH.js.map +1 -0
- package/dist/getMachineId-bsd-HSK5LZMG.js +41 -0
- package/dist/getMachineId-bsd-HSK5LZMG.js.map +1 -0
- package/dist/getMachineId-darwin-4DP6CCJV.js +41 -0
- package/dist/getMachineId-darwin-4DP6CCJV.js.map +1 -0
- package/dist/getMachineId-linux-44LJ5UJB.js +33 -0
- package/dist/getMachineId-linux-44LJ5UJB.js.map +1 -0
- package/dist/getMachineId-unsupported-NVK6IATM.js +24 -0
- package/dist/getMachineId-unsupported-NVK6IATM.js.map +1 -0
- package/dist/getMachineId-win-YZ36S7VA.js +43 -0
- package/dist/getMachineId-win-YZ36S7VA.js.map +1 -0
- package/dist/index.js +10 -2
- package/dist/interactive-33TCZXLF.js +333 -0
- package/dist/interactive-33TCZXLF.js.map +1 -0
- package/dist/otlp-json-file-exporter-77FDBRSY-EZAPHWP6.js +9 -0
- package/dist/otlp-json-file-exporter-77FDBRSY-EZAPHWP6.js.map +1 -0
- package/dist/simple-trace-file-exporter-S76DMABU-5FCJESD2.js +9 -0
- package/dist/simple-trace-file-exporter-S76DMABU-5FCJESD2.js.map +1 -0
- package/dist/src-2N5EJ2N6.js +1733 -0
- package/dist/src-2N5EJ2N6.js.map +1 -0
- package/dist/templates/.agents/skills/agentv-chat-to-eval/README.md +84 -0
- package/dist/templates/.agents/skills/agentv-chat-to-eval/SKILL.md +144 -0
- package/dist/templates/.agents/skills/agentv-chat-to-eval/examples/transcript-json.md +67 -0
- package/dist/templates/.agents/skills/agentv-chat-to-eval/examples/transcript-markdown.md +101 -0
- package/dist/templates/.agents/skills/agentv-eval-builder/SKILL.md +433 -0
- package/dist/templates/.agents/skills/agentv-eval-builder/references/config-schema.json +36 -0
- package/dist/templates/.agents/skills/agentv-eval-builder/references/custom-evaluators.md +118 -0
- package/dist/templates/.agents/skills/agentv-eval-builder/references/eval-schema.json +251 -0
- package/dist/templates/.agents/skills/agentv-eval-builder/references/rubric-evaluator.md +77 -0
- package/dist/templates/.agents/skills/agentv-eval-orchestrator/SKILL.md +50 -0
- package/dist/templates/.agents/skills/agentv-prompt-optimizer/SKILL.md +78 -0
- package/dist/templates/.agentv/.env.example +23 -23
- package/dist/templates/.agentv/config.yaml +15 -15
- package/dist/templates/.claude/skills/agentv-eval-builder/SKILL.md +38 -13
- package/dist/templates/.claude/skills/agentv-eval-builder/references/custom-evaluators.md +9 -6
- package/dist/templates/.claude/skills/agentv-eval-builder/references/eval-schema.json +4 -4
- package/dist/templates/.claude/skills/agentv-eval-builder/references/rubric-evaluator.md +7 -9
- package/dist/templates/.github/prompts/agentv-eval-build.prompt.md +4 -4
- package/dist/templates/.github/prompts/agentv-optimize.prompt.md +3 -3
- package/dist/{token-D3IYDJQZ.js → token-POXF46NU.js} +6 -4
- package/dist/{token-D3IYDJQZ.js.map → token-POXF46NU.js.map} +1 -1
- package/dist/{token-util-FWFPR2BV.js → token-util-6GWYZWGE.js} +4 -3
- package/dist/token-util-6GWYZWGE.js.map +1 -0
- package/package.json +7 -3
- package/dist/chunk-MGK6HHRR.js.map +0 -1
- /package/dist/{token-util-FWFPR2BV.js.map → chunk-5H446C7X.js.map} +0 -0
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
```json
|
|
8
8
|
{
|
|
9
9
|
"question": "string",
|
|
10
|
-
"
|
|
10
|
+
"criteria": "string",
|
|
11
11
|
"reference_answer": "string",
|
|
12
12
|
"candidate_answer": "string",
|
|
13
13
|
"guideline_files": ["path"],
|
|
@@ -20,9 +20,12 @@
|
|
|
20
20
|
"tool_names": ["fetch"],
|
|
21
21
|
"tool_calls_by_name": {"fetch": 1},
|
|
22
22
|
"error_count": 0,
|
|
23
|
+
"llm_call_count": 2,
|
|
23
24
|
"token_usage": {"input": 1000, "output": 500},
|
|
24
25
|
"cost_usd": 0.0015,
|
|
25
|
-
"duration_ms": 3500
|
|
26
|
+
"duration_ms": 3500,
|
|
27
|
+
"start_time": "2026-02-13T10:00:00.000Z",
|
|
28
|
+
"end_time": "2026-02-13T10:00:03.500Z"
|
|
26
29
|
}
|
|
27
30
|
}
|
|
28
31
|
```
|
|
@@ -51,7 +54,7 @@ import { defineCodeJudge, createTargetClient, definePromptTemplate } from '@agen
|
|
|
51
54
|
- `.invoke({question, systemPrompt})` - Single LLM call
|
|
52
55
|
- `.invokeBatch(requests)` - Batch LLM calls
|
|
53
56
|
- `definePromptTemplate(fn)` - Wraps prompt generation function
|
|
54
|
-
- Context fields: `question`, `candidateAnswer`, `referenceAnswer`, `
|
|
57
|
+
- Context fields: `question`, `candidateAnswer`, `referenceAnswer`, `criteria`, `expectedMessages`, `outputMessages`, `config`, `traceSummary`
|
|
55
58
|
|
|
56
59
|
## Python Example
|
|
57
60
|
|
|
@@ -83,10 +86,10 @@ if __name__ == "__main__":
|
|
|
83
86
|
#!/usr/bin/env bun
|
|
84
87
|
import { defineCodeJudge } from '@agentv/eval';
|
|
85
88
|
|
|
86
|
-
export default defineCodeJudge(({ candidateAnswer,
|
|
89
|
+
export default defineCodeJudge(({ candidateAnswer, criteria }) => {
|
|
87
90
|
const hits: string[] = [];
|
|
88
91
|
const misses: string[] = [];
|
|
89
|
-
if (candidateAnswer.includes(
|
|
92
|
+
if (candidateAnswer.includes(criteria)) {
|
|
90
93
|
hits.push('Matches expected outcome');
|
|
91
94
|
} else {
|
|
92
95
|
misses.push('Does not match expected outcome');
|
|
@@ -105,7 +108,7 @@ Derived from eval case fields (users never author these directly):
|
|
|
105
108
|
| Variable | Source |
|
|
106
109
|
|----------|--------|
|
|
107
110
|
| `question` | First user message in `input_messages` |
|
|
108
|
-
| `
|
|
111
|
+
| `criteria` | Eval case `criteria` field |
|
|
109
112
|
| `reference_answer` | Last entry in `expected_messages` |
|
|
110
113
|
| `candidate_answer` | Last entry in `output_messages` (runtime) |
|
|
111
114
|
| `input_messages` | Full resolved input array (JSON) |
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
},
|
|
61
61
|
"additionalProperties": true
|
|
62
62
|
},
|
|
63
|
-
"
|
|
63
|
+
"cases": {
|
|
64
64
|
"type": "array",
|
|
65
65
|
"description": "Array of evaluation cases",
|
|
66
66
|
"minItems": 1,
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"type": "string",
|
|
76
76
|
"description": "Optional conversation identifier for threading multiple eval cases together"
|
|
77
77
|
},
|
|
78
|
-
"
|
|
78
|
+
"criteria": {
|
|
79
79
|
"type": "string",
|
|
80
80
|
"description": "Description of what the AI should accomplish in this eval"
|
|
81
81
|
},
|
|
@@ -267,12 +267,12 @@
|
|
|
267
267
|
"additionalProperties": true
|
|
268
268
|
}
|
|
269
269
|
},
|
|
270
|
-
"required": ["id", "
|
|
270
|
+
"required": ["id", "criteria"],
|
|
271
271
|
"anyOf": [{ "required": ["input_messages"] }, { "required": ["input"] }],
|
|
272
272
|
"additionalProperties": true
|
|
273
273
|
}
|
|
274
274
|
}
|
|
275
275
|
},
|
|
276
|
-
"required": ["
|
|
276
|
+
"required": ["cases"],
|
|
277
277
|
"additionalProperties": false
|
|
278
278
|
}
|
|
@@ -5,25 +5,23 @@
|
|
|
5
5
|
| Field | Type | Default | Description |
|
|
6
6
|
|-------|------|---------|-------------|
|
|
7
7
|
| `id` | string | auto-generated | Unique identifier |
|
|
8
|
-
| `
|
|
8
|
+
| `outcome` | string | required* | Criterion being evaluated (*optional if `score_ranges` used) |
|
|
9
9
|
| `weight` | number | 1.0 | Relative importance |
|
|
10
10
|
| `required` | boolean | true | Failing forces verdict to 'fail' (checklist mode) |
|
|
11
11
|
| `required_min_score` | integer | - | Minimum 0-10 score to pass (score-range mode) |
|
|
12
12
|
| `score_ranges` | map or array | - | Score range definitions for analytic scoring |
|
|
13
13
|
|
|
14
|
-
`description` is a backward-compatible alias for `expected_outcome`.
|
|
15
|
-
|
|
16
14
|
## Checklist Mode
|
|
17
15
|
|
|
18
16
|
```yaml
|
|
19
17
|
rubrics:
|
|
20
18
|
- Mentions divide-and-conquer approach
|
|
21
19
|
- id: complexity
|
|
22
|
-
|
|
20
|
+
outcome: States time complexity correctly
|
|
23
21
|
weight: 2.0
|
|
24
22
|
required: true
|
|
25
23
|
- id: examples
|
|
26
|
-
|
|
24
|
+
outcome: Includes code examples
|
|
27
25
|
weight: 1.0
|
|
28
26
|
required: false
|
|
29
27
|
```
|
|
@@ -51,13 +49,13 @@ Array format is also accepted:
|
|
|
51
49
|
```yaml
|
|
52
50
|
score_ranges:
|
|
53
51
|
- score_range: [0, 2]
|
|
54
|
-
|
|
52
|
+
outcome: Critical bugs
|
|
55
53
|
- score_range: [3, 5]
|
|
56
|
-
|
|
54
|
+
outcome: Minor bugs
|
|
57
55
|
- score_range: [6, 8]
|
|
58
|
-
|
|
56
|
+
outcome: Correct with minor issues
|
|
59
57
|
- score_range: [9, 10]
|
|
60
|
-
|
|
58
|
+
outcome: Fully correct
|
|
61
59
|
```
|
|
62
60
|
|
|
63
61
|
Ranges must be integers 0-10, non-overlapping, covering all values 0-10.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: 'Create and maintain AgentV YAML evaluation files'
|
|
3
|
-
---
|
|
4
|
-
|
|
1
|
+
---
|
|
2
|
+
description: 'Create and maintain AgentV YAML evaluation files'
|
|
3
|
+
---
|
|
4
|
+
|
|
5
5
|
#file:../../.claude/skills/agentv-eval-builder/SKILL.md
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: Iteratively optimize prompt files against an AgentV evaluation suite
|
|
3
|
-
---
|
|
1
|
+
---
|
|
2
|
+
description: Iteratively optimize prompt files against an AgentV evaluation suite
|
|
3
|
+
---
|
|
4
4
|
#file:../../.claude/skills/agentv-prompt-optimizer/SKILL.md
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import { createRequire } from 'node:module'; const require = createRequire(import.meta.url);
|
|
2
2
|
import {
|
|
3
3
|
require_token_util
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-BL4PVUAT.js";
|
|
5
5
|
import {
|
|
6
|
-
__commonJS,
|
|
7
6
|
require_token_error
|
|
8
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-3L2L5GIL.js";
|
|
8
|
+
import {
|
|
9
|
+
__commonJS
|
|
10
|
+
} from "./chunk-5H446C7X.js";
|
|
9
11
|
|
|
10
12
|
// ../../node_modules/.bun/@vercel+oidc@3.0.5/node_modules/@vercel/oidc/dist/token.js
|
|
11
13
|
var require_token = __commonJS({
|
|
@@ -61,4 +63,4 @@ var require_token = __commonJS({
|
|
|
61
63
|
}
|
|
62
64
|
});
|
|
63
65
|
export default require_token();
|
|
64
|
-
//# sourceMappingURL=token-
|
|
66
|
+
//# sourceMappingURL=token-POXF46NU.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../node_modules/.bun/@vercel+oidc@3.0.5/node_modules/@vercel/oidc/dist/token.js"],"sourcesContent":["\"use strict\";\nvar __defProp = Object.defineProperty;\nvar __getOwnPropDesc = Object.getOwnPropertyDescriptor;\nvar __getOwnPropNames = Object.getOwnPropertyNames;\nvar __hasOwnProp = Object.prototype.hasOwnProperty;\nvar __export = (target, all) => {\n for (var name in all)\n __defProp(target, name, { get: all[name], enumerable: true });\n};\nvar __copyProps = (to, from, except, desc) => {\n if (from && typeof from === \"object\" || typeof from === \"function\") {\n for (let key of __getOwnPropNames(from))\n if (!__hasOwnProp.call(to, key) && key !== except)\n __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });\n }\n return to;\n};\nvar __toCommonJS = (mod) => __copyProps(__defProp({}, \"__esModule\", { value: true }), mod);\nvar token_exports = {};\n__export(token_exports, {\n refreshToken: () => refreshToken\n});\nmodule.exports = __toCommonJS(token_exports);\nvar import_token_error = require(\"./token-error\");\nvar import_token_util = require(\"./token-util\");\nasync function refreshToken() {\n const { projectId, teamId } = (0, import_token_util.findProjectInfo)();\n let maybeToken = (0, import_token_util.loadToken)(projectId);\n if (!maybeToken || (0, import_token_util.isExpired)((0, import_token_util.getTokenPayload)(maybeToken.token))) {\n const authToken = (0, import_token_util.getVercelCliToken)();\n if (!authToken) {\n throw new import_token_error.VercelOidcTokenError(\n \"Failed to refresh OIDC token: login to vercel cli\"\n );\n }\n if (!projectId) {\n throw new import_token_error.VercelOidcTokenError(\n \"Failed to refresh OIDC token: project id not found\"\n );\n }\n maybeToken = await (0, import_token_util.getVercelOidcToken)(authToken, projectId, teamId);\n if (!maybeToken) {\n throw new import_token_error.VercelOidcTokenError(\"Failed to refresh OIDC token\");\n }\n (0, import_token_util.saveToken)(maybeToken, projectId);\n }\n process.env.VERCEL_OIDC_TOKEN = maybeToken.token;\n return;\n}\n// Annotate the CommonJS export names for ESM import in node:\n0 && (module.exports = {\n refreshToken\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../../node_modules/.bun/@vercel+oidc@3.0.5/node_modules/@vercel/oidc/dist/token.js"],"sourcesContent":["\"use strict\";\nvar __defProp = Object.defineProperty;\nvar __getOwnPropDesc = Object.getOwnPropertyDescriptor;\nvar __getOwnPropNames = Object.getOwnPropertyNames;\nvar __hasOwnProp = Object.prototype.hasOwnProperty;\nvar __export = (target, all) => {\n for (var name in all)\n __defProp(target, name, { get: all[name], enumerable: true });\n};\nvar __copyProps = (to, from, except, desc) => {\n if (from && typeof from === \"object\" || typeof from === \"function\") {\n for (let key of __getOwnPropNames(from))\n if (!__hasOwnProp.call(to, key) && key !== except)\n __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });\n }\n return to;\n};\nvar __toCommonJS = (mod) => __copyProps(__defProp({}, \"__esModule\", { value: true }), mod);\nvar token_exports = {};\n__export(token_exports, {\n refreshToken: () => refreshToken\n});\nmodule.exports = __toCommonJS(token_exports);\nvar import_token_error = require(\"./token-error\");\nvar import_token_util = require(\"./token-util\");\nasync function refreshToken() {\n const { projectId, teamId } = (0, import_token_util.findProjectInfo)();\n let maybeToken = (0, import_token_util.loadToken)(projectId);\n if (!maybeToken || (0, import_token_util.isExpired)((0, import_token_util.getTokenPayload)(maybeToken.token))) {\n const authToken = (0, import_token_util.getVercelCliToken)();\n if (!authToken) {\n throw new import_token_error.VercelOidcTokenError(\n \"Failed to refresh OIDC token: login to vercel cli\"\n );\n }\n if (!projectId) {\n throw new import_token_error.VercelOidcTokenError(\n \"Failed to refresh OIDC token: project id not found\"\n );\n }\n maybeToken = await (0, import_token_util.getVercelOidcToken)(authToken, projectId, teamId);\n if (!maybeToken) {\n throw new import_token_error.VercelOidcTokenError(\"Failed to refresh OIDC token\");\n }\n (0, import_token_util.saveToken)(maybeToken, projectId);\n }\n process.env.VERCEL_OIDC_TOKEN = maybeToken.token;\n return;\n}\n// Annotate the CommonJS export names for ESM import in node:\n0 && (module.exports = {\n refreshToken\n});\n"],"mappings":";;;;;;;;;;;;AAAA;AAAA;AACA,QAAI,YAAY,OAAO;AACvB,QAAI,mBAAmB,OAAO;AAC9B,QAAI,oBAAoB,OAAO;AAC/B,QAAI,eAAe,OAAO,UAAU;AACpC,QAAI,WAAW,CAAC,QAAQ,QAAQ;AAC9B,eAAS,QAAQ;AACf,kBAAU,QAAQ,MAAM,EAAE,KAAK,IAAI,IAAI,GAAG,YAAY,KAAK,CAAC;AAAA,IAChE;AACA,QAAI,cAAc,CAAC,IAAI,MAAM,QAAQ,SAAS;AAC5C,UAAI,QAAQ,OAAO,SAAS,YAAY,OAAO,SAAS,YAAY;AAClE,iBAAS,OAAO,kBAAkB,IAAI;AACpC,cAAI,CAAC,aAAa,KAAK,IAAI,GAAG,KAAK,QAAQ;AACzC,sBAAU,IAAI,KAAK,EAAE,KAAK,MAAM,KAAK,GAAG,GAAG,YAAY,EAAE,OAAO,iBAAiB,MAAM,GAAG,MAAM,KAAK,WAAW,CAAC;AAAA,MACvH;AACA,aAAO;AAAA,IACT;AACA,QAAI,eAAe,CAAC,QAAQ,YAAY,UAAU,CAAC,GAAG,cAAc,EAAE,OAAO,KAAK,CAAC,GAAG,GAAG;AACzF,QAAI,gBAAgB,CAAC;AACrB,aAAS,eAAe;AAAA,MACtB,cAAc,MAAM;AAAA,IACtB,CAAC;AACD,WAAO,UAAU,aAAa,aAAa;AAC3C,QAAI,qBAAqB;AACzB,QAAI,oBAAoB;AACxB,mBAAe,eAAe;AAC5B,YAAM,EAAE,WAAW,OAAO,KAAK,GAAG,kBAAkB,iBAAiB;AACrE,UAAI,cAAc,GAAG,kBAAkB,WAAW,SAAS;AAC3D,UAAI,CAAC,eAAe,GAAG,kBAAkB,YAAY,GAAG,kBAAkB,iBAAiB,WAAW,KAAK,CAAC,GAAG;AAC7G,cAAM,aAAa,GAAG,kBAAkB,mBAAmB;AAC3D,YAAI,CAAC,WAAW;AACd,gBAAM,IAAI,mBAAmB;AAAA,YAC3B;AAAA,UACF;AAAA,QACF;AACA,YAAI,CAAC,WAAW;AACd,gBAAM,IAAI,mBAAmB;AAAA,YAC3B;AAAA,UACF;AAAA,QACF;AACA,qBAAa,OAAO,GAAG,kBAAkB,oBAAoB,WAAW,WAAW,MAAM;AACzF,YAAI,CAAC,YAAY;AACf,gBAAM,IAAI,mBAAmB,qBAAqB,8BAA8B;AAAA,QAClF;AACA,SAAC,GAAG,kBAAkB,WAAW,YAAY,SAAS;AAAA,MACxD;AACA,cAAQ,IAAI,oBAAoB,WAAW;AAC3C;AAAA,IACF;AAAA;AAAA;","names":[]}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { createRequire } from 'node:module'; const require = createRequire(import.meta.url);
|
|
2
2
|
import {
|
|
3
3
|
require_token_util
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-
|
|
4
|
+
} from "./chunk-BL4PVUAT.js";
|
|
5
|
+
import "./chunk-3L2L5GIL.js";
|
|
6
|
+
import "./chunk-5H446C7X.js";
|
|
6
7
|
export default require_token_util();
|
|
7
|
-
//# sourceMappingURL=token-util-
|
|
8
|
+
//# sourceMappingURL=token-util-6GWYZWGE.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agentv",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.7.1-next.3",
|
|
4
4
|
"description": "CLI entry point for AgentV",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
"files": ["dist", "README.md"],
|
|
18
18
|
"scripts": {
|
|
19
|
-
"dev": "bun
|
|
19
|
+
"dev": "bun src/cli.ts",
|
|
20
20
|
"build": "tsup && bun run copy-readme",
|
|
21
21
|
"copy-readme": "bun -e \"import { cpSync } from 'fs'; cpSync('../../README.md', 'README.md')\"",
|
|
22
22
|
"prepublishOnly": "bun run copy-readme",
|
|
@@ -28,9 +28,12 @@
|
|
|
28
28
|
"test:watch": "bun test --watch"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@
|
|
31
|
+
"@anthropic-ai/claude-agent-sdk": "^0.2.49",
|
|
32
|
+
"@github/copilot-sdk": "^0.1.25",
|
|
33
|
+
"@inquirer/prompts": "^8.2.1",
|
|
32
34
|
"@mariozechner/pi-agent-core": "^0.50.9",
|
|
33
35
|
"@mariozechner/pi-ai": "^0.50.9",
|
|
36
|
+
"@openai/codex-sdk": "^0.104.0",
|
|
34
37
|
"cmd-ts": "^0.14.3",
|
|
35
38
|
"dotenv": "^16.4.5",
|
|
36
39
|
"fast-glob": "^3.3.3",
|
|
@@ -39,6 +42,7 @@
|
|
|
39
42
|
"yaml": "^2.6.1"
|
|
40
43
|
},
|
|
41
44
|
"devDependencies": {
|
|
45
|
+
"@agentv/core": "2.7.0",
|
|
42
46
|
"execa": "^9.3.0"
|
|
43
47
|
}
|
|
44
48
|
}
|