agentv 3.3.0 → 3.5.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/README.md +7 -9
- package/dist/{agentv-provider-HDSAUUEF-LUBMM7TH.js → agentv-provider-NFFLXG5M-TJAWCWCX.js} +2 -2
- package/dist/{chunk-6LP5Z5Y4.js → chunk-5GG6DDP5.js} +256 -128
- package/dist/chunk-5GG6DDP5.js.map +1 -0
- package/dist/{chunk-AR3QEKXH.js → chunk-BJV6MDBE.js} +3 -3
- package/dist/{chunk-AR3QEKXH.js.map → chunk-BJV6MDBE.js.map} +1 -1
- package/dist/{chunk-5M3K2DMV.js → chunk-D6G4N2H2.js} +550 -516
- package/dist/chunk-D6G4N2H2.js.map +1 -0
- package/dist/{chunk-4ZMSAQWS.js → chunk-RLL4QGNL.js} +172 -81
- package/dist/chunk-RLL4QGNL.js.map +1 -0
- package/dist/cli.js +4 -4
- package/dist/{dist-OC53WD3P.js → dist-MZFXE6B5.js} +3 -5
- package/dist/index.js +4 -4
- package/dist/{interactive-NA6SAIAG.js → interactive-J7SUWZH2.js} +45 -5
- package/dist/interactive-J7SUWZH2.js.map +1 -0
- package/dist/templates/.agentv/.env.example +11 -9
- package/dist/templates/.agentv/config.yaml +5 -0
- package/dist/templates/.agentv/targets.yaml +0 -16
- package/package.json +2 -2
- package/dist/chunk-4ZMSAQWS.js.map +0 -1
- package/dist/chunk-5M3K2DMV.js.map +0 -1
- package/dist/chunk-6LP5Z5Y4.js.map +0 -1
- package/dist/interactive-NA6SAIAG.js.map +0 -1
- /package/dist/{agentv-provider-HDSAUUEF-LUBMM7TH.js.map → agentv-provider-NFFLXG5M-TJAWCWCX.js.map} +0 -0
- /package/dist/{dist-OC53WD3P.js.map → dist-MZFXE6B5.js.map} +0 -0
|
@@ -25156,7 +25156,7 @@ function createGoogleGenerativeAI(options = {}) {
|
|
|
25156
25156
|
}
|
|
25157
25157
|
var google = createGoogleGenerativeAI();
|
|
25158
25158
|
|
|
25159
|
-
// ../../packages/core/dist/chunk-
|
|
25159
|
+
// ../../packages/core/dist/chunk-W5YDZWT4.js
|
|
25160
25160
|
import { createOpenAI } from "@ai-sdk/openai";
|
|
25161
25161
|
function parseModelString(model) {
|
|
25162
25162
|
const colonIndex = model.indexOf(":");
|
|
@@ -25178,7 +25178,7 @@ function createLanguageModel(modelString) {
|
|
|
25178
25178
|
case "anthropic":
|
|
25179
25179
|
return createAnthropic()(modelName);
|
|
25180
25180
|
case "azure":
|
|
25181
|
-
return createAzure()(modelName);
|
|
25181
|
+
return createAzure().chat(modelName);
|
|
25182
25182
|
case "google":
|
|
25183
25183
|
return createGoogleGenerativeAI()(modelName);
|
|
25184
25184
|
default:
|
|
@@ -25362,4 +25362,4 @@ export {
|
|
|
25362
25362
|
createGoogleGenerativeAI,
|
|
25363
25363
|
AgentvProvider
|
|
25364
25364
|
};
|
|
25365
|
-
//# sourceMappingURL=chunk-
|
|
25365
|
+
//# sourceMappingURL=chunk-BJV6MDBE.js.map
|