agentv 3.14.4 → 3.14.6

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,8 +2,8 @@
2
2
  import { createRequire } from 'node:module'; const require = createRequire(import.meta.url);
3
3
  import {
4
4
  runCli
5
- } from "./chunk-3NLBBQX6.js";
6
- import "./chunk-SAPEYQ5U.js";
5
+ } from "./chunk-CQRWNXVG.js";
6
+ import "./chunk-Y25VL7PX.js";
7
7
  import "./chunk-ELQEFMGO.js";
8
8
  import "./chunk-C5GOHBQM.js";
9
9
  import "./chunk-HQDCIXVH.js";
package/dist/index.js CHANGED
@@ -3,8 +3,8 @@ import {
3
3
  app,
4
4
  preprocessArgv,
5
5
  runCli
6
- } from "./chunk-3NLBBQX6.js";
7
- import "./chunk-SAPEYQ5U.js";
6
+ } from "./chunk-CQRWNXVG.js";
7
+ import "./chunk-Y25VL7PX.js";
8
8
  import "./chunk-ELQEFMGO.js";
9
9
  import "./chunk-C5GOHBQM.js";
10
10
  import "./chunk-HQDCIXVH.js";
@@ -4,7 +4,7 @@ import {
4
4
  fileExists,
5
5
  findRepoRoot,
6
6
  runEvalCommand
7
- } from "./chunk-SAPEYQ5U.js";
7
+ } from "./chunk-Y25VL7PX.js";
8
8
  import {
9
9
  DEFAULT_EVAL_PATTERNS,
10
10
  getAgentvHome,
@@ -370,4 +370,4 @@ ${ANSI_DIM}Retrying execution errors...${ANSI_RESET}
370
370
  export {
371
371
  launchInteractiveWizard
372
372
  };
373
- //# sourceMappingURL=interactive-PGZ55VHT.js.map
373
+ //# sourceMappingURL=interactive-5ESM5DWV.js.map
@@ -1,8 +1,5 @@
1
1
  # Copy this file to .env and fill in your credentials
2
2
 
3
- # Eval run mode (used by agentv-bench skill)
4
- AGENT_EVAL_MODE=agent # agent | cli
5
-
6
3
  # Azure OpenAI Configuration
7
4
  AZURE_OPENAI_ENDPOINT=https://your-endpoint.openai.azure.com/
8
5
  AZURE_OPENAI_API_KEY=your-openai-api-key-here
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentv",
3
- "version": "3.14.4",
3
+ "version": "3.14.6",
4
4
  "description": "CLI entry point for AgentV",
5
5
  "type": "module",
6
6
  "repository": {