@bnbagent/studio-cli 0.0.13-alpha.3 → 0.0.13-alpha.4
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/bag.js +2 -2
- package/dist/{chunk-E4C75NSV.js → chunk-OFAD65VZ.js} +2 -2
- package/dist/{deployCli-UOUCOIW5.js → deployCli-NZAZDPKK.js} +1 -1
- package/package.json +3 -3
- package/recipes/agent/recipe.toml +1 -1
- package/recipes/mpp-buyer/recipe.toml +1 -1
- package/recipes/runtimes/agentcore/recipe.toml +1 -1
- package/recipes/runtimes/azure-foundry/recipe.toml +1 -1
- package/recipes/x402-buyer/recipe.toml +1 -1
package/dist/bag.js
CHANGED
|
@@ -55,7 +55,7 @@ import {
|
|
|
55
55
|
x402SellerIsFree,
|
|
56
56
|
x402SellerPricingState,
|
|
57
57
|
x402SellerUsesB402
|
|
58
|
-
} from "./chunk-
|
|
58
|
+
} from "./chunk-OFAD65VZ.js";
|
|
59
59
|
import {
|
|
60
60
|
TWAK_CLI_MIN_VERSION,
|
|
61
61
|
TWAK_CLI_VERSION,
|
|
@@ -233,7 +233,7 @@ import {
|
|
|
233
233
|
var CAMPAIGN_DOC_URL = "https://www.bnbchain.org/en/blog/bnb-agent-studio-is-live-on-bnb-chain-ai-agents-from-one-prompt";
|
|
234
234
|
var CAMPAIGN_CHECK_TIMEOUT_MS = 6e3;
|
|
235
235
|
async function fetchCampaignActive() {
|
|
236
|
-
const { bnbPlatformApiUrl: bnbPlatformApiUrl2 } = await import("./deployCli-
|
|
236
|
+
const { bnbPlatformApiUrl: bnbPlatformApiUrl2 } = await import("./deployCli-NZAZDPKK.js");
|
|
237
237
|
const controller = new AbortController();
|
|
238
238
|
const timer = setTimeout(() => controller.abort(), CAMPAIGN_CHECK_TIMEOUT_MS);
|
|
239
239
|
try {
|
|
@@ -791,8 +791,8 @@ function packageRoot() {
|
|
|
791
791
|
}
|
|
792
792
|
}
|
|
793
793
|
function studioCliVersion() {
|
|
794
|
-
if ("0.0.13-alpha.
|
|
795
|
-
return "0.0.13-alpha.
|
|
794
|
+
if ("0.0.13-alpha.4") {
|
|
795
|
+
return "0.0.13-alpha.4";
|
|
796
796
|
}
|
|
797
797
|
const file = path3.join(packageRoot(), "package.json");
|
|
798
798
|
const pkg = JSON.parse(fs3.readFileSync(file, "utf-8"));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bnbagent/studio-cli",
|
|
3
|
-
"version": "0.0.13-alpha.
|
|
3
|
+
"version": "0.0.13-alpha.4",
|
|
4
4
|
"description": "Skills-first toolkit and bag CLI for BNB Chain seller agents: ERC-8004 identity, ERC-8183 escrowed commerce, and x402 payments.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"bnb-chain",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"bag": "./dist/bag.js"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@bnbagent/sdk": "0.5.
|
|
45
|
+
"@bnbagent/sdk": "0.5.3",
|
|
46
46
|
"ai": "^7.0.29",
|
|
47
47
|
"archiver": "^8.0.0",
|
|
48
48
|
"commander": "^15.0.0",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"tar": "^7.4.0",
|
|
55
55
|
"viem": "^2.54.0",
|
|
56
56
|
"yaml": "^2.9.0",
|
|
57
|
-
"@bnbagent/studio-runtime": "0.0.13-alpha.
|
|
57
|
+
"@bnbagent/studio-runtime": "0.0.13-alpha.4"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@a2a-js/sdk": "^0.3.14",
|
|
@@ -32,7 +32,7 @@ node = [
|
|
|
32
32
|
# BNBAGENT_RUNTIME_SECRET_ID is set (default secretsmanager mode + platform).
|
|
33
33
|
"@aws-sdk/client-secrets-manager@^3.600.0",
|
|
34
34
|
"@bnbagent/studio-runtime",
|
|
35
|
-
"@bnbagent/sdk@0.5.
|
|
35
|
+
"@bnbagent/sdk@0.5.3",
|
|
36
36
|
# The LLM work hook (generateText + tools) and the model factory.
|
|
37
37
|
"ai@^7.0.29",
|
|
38
38
|
# Tool input schemas (AI SDK tools + MCP registerTool).
|
|
@@ -29,7 +29,7 @@ node = [
|
|
|
29
29
|
# on either cloud.
|
|
30
30
|
"@aws-sdk/client-secrets-manager@^3.600.0",
|
|
31
31
|
"@bnbagent/studio-runtime",
|
|
32
|
-
"@bnbagent/sdk@0.5.
|
|
32
|
+
"@bnbagent/sdk@0.5.3",
|
|
33
33
|
# The LLM work hook (generateText + tools) and the model factory
|
|
34
34
|
# (model.ts buildModel — studio.toml [llm] + the provider key env).
|
|
35
35
|
"ai@^7.0.29",
|