agentv 3.14.5 → 4.0.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.
@@ -0,0 +1,13 @@
1
+ <!doctype html>
2
+ <html lang="en" class="dark">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <title>AgentV Studio</title>
7
+ <script type="module" crossorigin src="/assets/index-DBU720Fm.js"></script>
8
+ <link rel="stylesheet" crossorigin href="/assets/index-BuKVkxFj.css">
9
+ </head>
10
+ <body class="bg-gray-950 text-gray-100">
11
+ <div id="root"></div>
12
+ </body>
13
+ </html>
@@ -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.5",
3
+ "version": "4.0.0",
4
4
  "description": "CLI entry point for AgentV",
5
5
  "type": "module",
6
6
  "repository": {