@bnbagent/studio-cli 0.0.12-alpha.5 → 0.0.12
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 +2 -2
- package/dist/_agentcoreName-DZDWEYD3.js +0 -0
- package/dist/_twak-4XF4H5PL.js +0 -0
- package/dist/bag.js +49 -462
- package/dist/{chunk-OKUPRH64.js → chunk-RNWAADXU.js} +7 -77
- package/dist/chunk-RO726HJG.js +0 -0
- package/dist/chunk-U7IDQ3K5.js +0 -0
- package/dist/{deployCli-QKNLGGGI.js → deployCli-RWRR6XWO.js} +1 -1
- package/package.json +13 -12
- package/recipes/agent/recipe.toml +1 -1
- package/recipes/runtimes/agentcore/recipe.toml +1 -1
- package/recipes/runtimes/azure-foundry/recipe.toml +1 -1
- package/recipes/wallet/recipe.toml +2 -7
- package/recipes/x402-buyer/recipe.toml +1 -1
- package/skills/bnbagent-studio.md +1 -1
- package/skills/references/bnbagent-studio-buying-from-bazaar.md +1 -4
- package/skills/references/bnbagent-studio-extending-signing.md +1 -1
- package/skills/references/bnbagent-studio-operating.md +1 -1
- package/skills/references/bnbagent-studio-scaffolding-agent.md +1 -1
- package/skills/references/bnbagent-studio-selling-via-b402.md +2 -3
- package/skills/references/bnbagent-studio-using-altana-wallet.md +1 -3
- package/LICENSE +0 -201
package/README.md
CHANGED
|
@@ -101,7 +101,7 @@ Studio does not force every agent through one fixed path. The skill guides these
|
|
|
101
101
|
| --- | --- | --- | --- |
|
|
102
102
|
| `evm-local` (default) | Encrypted keystore in workspace-root `.studio/wallets/` | Node code zip by default | Set `WALLET_PASSWORD` in the owner-only local env file. The keystore stays outside `app/agent/`. |
|
|
103
103
|
| `twak` | Self-custody wallet managed by Trust Wallet Agent Kit in a project-dedicated home | Container | Requires the supported TWAK CLI. Docker is required for the managed-platform image path. |
|
|
104
|
-
| `altana` | Local admin keystore grants a budget- and time-bounded runtime session | Node code zip | The runtime receives only the session. Pieverse SIWE activation
|
|
104
|
+
| `altana` | Local admin keystore grants a budget- and time-bounded runtime session | Node code zip | The runtime receives only the session. Pieverse SIWE activation and paid B402 selling are not supported; renew or revoke the session explicitly. |
|
|
105
105
|
|
|
106
106
|
For AWS, runtime material is injected into infrastructure in your own account. For the managed BNB trial, the runtime runs in the operator's cloud: `evm-local` and `twak` signing material is transmitted to its managed secret store. Use a fresh testnet-only wallet and never reuse it on mainnet. An Altana deployment sends only its bounded session; keep the budget and expiry tight.
|
|
107
107
|
|
|
@@ -165,7 +165,7 @@ The X402 face exposes `/x402`. Its seller rail has two intentional modes:
|
|
|
165
165
|
- a positive `price_usd` returns a payment challenge and uses B402 to verify and settle before work starts;
|
|
166
166
|
- `price_usd = "0"` is anonymous FREE passthrough and bypasses B402 credentials, verification, settlement, and payment auditing.
|
|
167
167
|
|
|
168
|
-
Paid mode requires a complete per-agent B402 merchant setup
|
|
168
|
+
Paid mode requires a complete per-agent B402 merchant setup and a supported `evm-local` or `twak` payout wallet. Payment settles before work; if later work fails, there is no automatic refund. On self-hosted AWS AgentCore the rail runs in-process, but a buyer-facing x402 URL requires your own gateway that authenticates its relay call to AgentCore and, for paid mode, a fixed-egress path to B402.
|
|
169
169
|
|
|
170
170
|
## Service faces
|
|
171
171
|
|
|
File without changes
|
package/dist/_twak-4XF4H5PL.js
CHANGED
|
File without changes
|