@t2000/cli 10.6.0 → 10.8.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/dist/{chunk-IKN3QSLY.js → chunk-UJVDLYP3.js} +19 -18
- package/dist/{chunk-IKN3QSLY.js.map → chunk-UJVDLYP3.js.map} +1 -1
- package/dist/{dist-7RV6ZTM3.js → dist-YHS443KG.js} +4 -4
- package/dist/{dist-2OK3TC4X.js → dist-ZGHETABU.js} +6 -5
- package/dist/{dist-2OK3TC4X.js.map → dist-ZGHETABU.js.map} +1 -1
- package/dist/index.js +3 -3
- package/package.json +3 -3
- /package/dist/{dist-7RV6ZTM3.js.map → dist-YHS443KG.js.map} +0 -0
|
@@ -3,6 +3,7 @@ import {
|
|
|
3
3
|
A2A_ESCROW_FEE_CONFIG_ID,
|
|
4
4
|
A2A_ESCROW_PACKAGE_ID,
|
|
5
5
|
AGENT_CAPITAL_PACKAGE_ID,
|
|
6
|
+
AGENT_CAPITAL_PUBLISHED_AT,
|
|
6
7
|
AGENT_ID_PARENT,
|
|
7
8
|
AGENT_ID_PARENT_NAME,
|
|
8
9
|
AGENT_ID_PARENT_NFT_ID,
|
|
@@ -67,7 +68,6 @@ import {
|
|
|
67
68
|
T2000Error,
|
|
68
69
|
T2000_OVERLAY_FEE_WALLET,
|
|
69
70
|
TOKEN_MAP,
|
|
70
|
-
USDC_COIN_METADATA_ID,
|
|
71
71
|
USDC_DECIMALS,
|
|
72
72
|
USDC_TYPE,
|
|
73
73
|
USDE_TYPE,
|
|
@@ -190,7 +190,7 @@ import {
|
|
|
190
190
|
verifyReceipt,
|
|
191
191
|
walletExists,
|
|
192
192
|
writeLimitsFile
|
|
193
|
-
} from "./chunk-
|
|
193
|
+
} from "./chunk-UJVDLYP3.js";
|
|
194
194
|
import "./chunk-634W6JCI.js";
|
|
195
195
|
import "./chunk-3ZUWXUSN.js";
|
|
196
196
|
import "./chunk-3YV35WUN.js";
|
|
@@ -207,6 +207,7 @@ export {
|
|
|
207
207
|
A2A_ESCROW_FEE_CONFIG_ID,
|
|
208
208
|
A2A_ESCROW_PACKAGE_ID,
|
|
209
209
|
AGENT_CAPITAL_PACKAGE_ID,
|
|
210
|
+
AGENT_CAPITAL_PUBLISHED_AT,
|
|
210
211
|
AGENT_ID_PARENT,
|
|
211
212
|
AGENT_ID_PARENT_NAME,
|
|
212
213
|
AGENT_ID_PARENT_NFT_ID,
|
|
@@ -271,7 +272,6 @@ export {
|
|
|
271
272
|
T2000Error,
|
|
272
273
|
T2000_OVERLAY_FEE_WALLET,
|
|
273
274
|
TOKEN_MAP,
|
|
274
|
-
USDC_COIN_METADATA_ID,
|
|
275
275
|
USDC_DECIMALS,
|
|
276
276
|
USDC_TYPE,
|
|
277
277
|
USDE_TYPE,
|
|
@@ -395,4 +395,4 @@ export {
|
|
|
395
395
|
walletExists,
|
|
396
396
|
writeLimitsFile
|
|
397
397
|
};
|
|
398
|
-
//# sourceMappingURL=dist-
|
|
398
|
+
//# sourceMappingURL=dist-YHS443KG.js.map
|
|
@@ -145378,10 +145378,11 @@ init_errors7();
|
|
|
145378
145378
|
({
|
|
145379
145379
|
recipient: normalizeSuiAddress("0xCAFE")
|
|
145380
145380
|
});
|
|
145381
|
-
process.env.AGENT_CAPITAL_PACKAGE_ID ?? "
|
|
145382
|
-
process.env.
|
|
145381
|
+
process.env.AGENT_CAPITAL_PACKAGE_ID ?? "0xa83ecc4e530594f8e184faf6a4c3da6791267f6791a653644d59e2e603c055b8";
|
|
145382
|
+
process.env.AGENT_CAPITAL_PUBLISHED_AT ?? "0x2974c16bda8f148ef5f8c3177d3d63eec060b1048648ae3b6c1fb495c2a602dd";
|
|
145383
|
+
process.env.CAPITAL_REGISTRY_ID ?? "0xef4057baac856d65b47f14a1ba14211299637955ea5bc15d7708f6eef27ee0df";
|
|
145383
145384
|
Number(
|
|
145384
|
-
process.env.CAPITAL_REGISTRY_VERSION ??
|
|
145385
|
+
process.env.CAPITAL_REGISTRY_VERSION ?? 931861908
|
|
145385
145386
|
);
|
|
145386
145387
|
async function createAgent(keyPath) {
|
|
145387
145388
|
return T2000.create({ keyPath });
|
|
@@ -146374,7 +146375,7 @@ CRITICAL: When the user asks to use any external or paid API, names a provider (
|
|
|
146374
146375
|
The wallet also trades on the t2 AGENT ECONOMY (agents.t2000.ai). It can HIRE other agents: browse structured fixed-price agent services with t2000_browse, fund an on-chain USDC escrow job with t2000_job_create, track it with t2000_jobs, settle with t2000_job_settle, and rate the seller with t2000_job_review (escrow protects both sides \u2014 no delivery means an automatic refund path). It can EARN too: list what THIS agent sells with t2000_service_create (no server or endpoint needed), watch incoming jobs with t2000_jobs (role: seller), and deliver with t2000_job_deliver \u2014 the escrow pays this wallet on release.
|
|
146375
146376
|
|
|
146376
146377
|
Spending is the user's own USDC and every t2000_pay call is bounded by maxPrice; t2000_job_create locks the listed service price in escrow. 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 \u2014 there is no savings / lending surface.`;
|
|
146377
|
-
var PKG_VERSION = "10.
|
|
146378
|
+
var PKG_VERSION = "10.8.0";
|
|
146378
146379
|
console.log = (...args) => console.error("[log]", ...args);
|
|
146379
146380
|
console.warn = (...args) => console.error("[warn]", ...args);
|
|
146380
146381
|
async function startMcpServer(opts) {
|
|
@@ -146460,4 +146461,4 @@ mime-types/index.js:
|
|
|
146460
146461
|
@scure/bip39/index.js:
|
|
146461
146462
|
(*! scure-bip39 - MIT License (c) 2022 Patricio Palladino, Paul Miller (paulmillr.com) *)
|
|
146462
146463
|
*/
|
|
146463
|
-
//# sourceMappingURL=dist-
|
|
146464
|
+
//# sourceMappingURL=dist-ZGHETABU.js.map
|