@t2000/cli 5.6.1 → 5.7.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.
|
@@ -79945,6 +79945,7 @@ init_errors3();
|
|
|
79945
79945
|
init_swap_quote();
|
|
79946
79946
|
init_cetus_swap();
|
|
79947
79947
|
init_token_registry();
|
|
79948
|
+
process.env.AGENT_ID_PARENT_NFT_ID ?? "0xc8c13f5b5a6d4c47c04877014794f65e67e2745d3bfa089b736eb54b0ebd5d1f";
|
|
79948
79949
|
init_preflight();
|
|
79949
79950
|
async function createAgent(keyPath) {
|
|
79950
79951
|
return T2000.create({ keyPath });
|
|
@@ -80331,7 +80332,7 @@ Through this wallet you can reach essentially any major external API, billed to
|
|
|
80331
80332
|
CRITICAL: When the user asks to use any external or paid API, names a provider (e.g. "via fal.ai", "with ElevenLabs"), or requests a capability one of the services above provides, DO NOT say you cannot reach that service, that it isn't on an allowlist, or that there's no connector \u2014 and do NOT fall back to writing a script for the user to run. You CAN do it directly through this wallet. Use t2000_services to discover the endpoint and request shape, then t2000_pay to execute, then show the user the result (display image/audio URLs returned in the response).
|
|
80332
80333
|
|
|
80333
80334
|
Spending is the user's own USDC and every t2000_pay call is bounded by maxPrice. For larger or multi-step spends, state the estimated cost first and proceed once the user is happy. Use t2000_balance to check funds. The v4 wallet is payments-only; savings / lending live on audric.ai.`;
|
|
80334
|
-
var PKG_VERSION = "5.
|
|
80335
|
+
var PKG_VERSION = "5.7.0";
|
|
80335
80336
|
console.log = (...args) => console.error("[log]", ...args);
|
|
80336
80337
|
console.warn = (...args) => console.error("[warn]", ...args);
|
|
80337
80338
|
async function startMcpServer(opts) {
|
|
@@ -80397,4 +80398,4 @@ mime-types/index.js:
|
|
|
80397
80398
|
@scure/bip39/index.js:
|
|
80398
80399
|
(*! scure-bip39 - MIT License (c) 2022 Patricio Palladino, Paul Miller (paulmillr.com) *)
|
|
80399
80400
|
*/
|
|
80400
|
-
//# sourceMappingURL=dist-
|
|
80401
|
+
//# sourceMappingURL=dist-HTKRHJBX.js.map
|