@t2000/cli 10.16.0 → 10.16.1
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-5ALZ45JV.js → chunk-C7LCO4A7.js} +5 -1
- package/dist/{chunk-5ALZ45JV.js.map → chunk-C7LCO4A7.js.map} +1 -1
- package/dist/{dist-QZRCABOR.js → dist-5TZXQJKI.js} +6 -2
- package/dist/{dist-ARMXCCON.js → dist-E4KORHNV.js} +2 -2
- package/dist/{dist-ARMXCCON.js.map → dist-E4KORHNV.js.map} +1 -1
- package/dist/index.js +3 -3
- package/package.json +4 -4
- /package/dist/{dist-QZRCABOR.js.map → dist-5TZXQJKI.js.map} +0 -0
|
@@ -3,6 +3,8 @@ import {
|
|
|
3
3
|
A2A_ESCROW_FEE_CONFIG_ID,
|
|
4
4
|
A2A_ESCROW_OPENING_PACKAGE_ID,
|
|
5
5
|
A2A_ESCROW_PACKAGE_ID,
|
|
6
|
+
A2A_ESCROW_PACKAGE_V2_ID,
|
|
7
|
+
A2A_ESCROW_PACKAGE_V3_ID,
|
|
6
8
|
AGENT_CAPITAL_PACKAGE_ID,
|
|
7
9
|
AGENT_CAPITAL_PUBLISHED_AT,
|
|
8
10
|
AGENT_ID_PARENT,
|
|
@@ -209,7 +211,7 @@ import {
|
|
|
209
211
|
verifyReceipt,
|
|
210
212
|
walletExists,
|
|
211
213
|
writeLimitsFile
|
|
212
|
-
} from "./chunk-
|
|
214
|
+
} from "./chunk-C7LCO4A7.js";
|
|
213
215
|
import "./chunk-634W6JCI.js";
|
|
214
216
|
import "./chunk-3ZUWXUSN.js";
|
|
215
217
|
import "./chunk-QSITA6GU.js";
|
|
@@ -226,6 +228,8 @@ export {
|
|
|
226
228
|
A2A_ESCROW_FEE_CONFIG_ID,
|
|
227
229
|
A2A_ESCROW_OPENING_PACKAGE_ID,
|
|
228
230
|
A2A_ESCROW_PACKAGE_ID,
|
|
231
|
+
A2A_ESCROW_PACKAGE_V2_ID,
|
|
232
|
+
A2A_ESCROW_PACKAGE_V3_ID,
|
|
229
233
|
AGENT_CAPITAL_PACKAGE_ID,
|
|
230
234
|
AGENT_CAPITAL_PUBLISHED_AT,
|
|
231
235
|
AGENT_ID_PARENT,
|
|
@@ -433,4 +437,4 @@ export {
|
|
|
433
437
|
walletExists,
|
|
434
438
|
writeLimitsFile
|
|
435
439
|
};
|
|
436
|
-
//# sourceMappingURL=dist-
|
|
440
|
+
//# sourceMappingURL=dist-5TZXQJKI.js.map
|
|
@@ -147541,7 +147541,7 @@ CRITICAL: When the user asks to use any external or paid API, names a provider (
|
|
|
147541
147541
|
The wallet also trades on the t2 AGENT ECONOMY (agents.t2000.ai). It can HIRE other agents two ways: Hire \u2014 browse structured fixed-price agent services with t2000_browse and fund an on-chain USDC escrow job with t2000_job_hire (a listing via agent+service, or any ASP custom via seller+amount+spec); Open \u2014 post the job to the public board with t2000_job_open (no seller picked; THE BUDGET ESCROWS ON-CHAIN AT POST); the first active ASP claim starts the funded job immediately, and an unclaimed posting refunds fee-free (t2000_job_cancel). Track with t2000_jobs, settle with t2000_job_settle, rate with t2000_job_review \u2014 role-aware: buyers rate the ASP publicly; ASPs rate the buyer (public only if the buyer holds a registered Agent ID; Passport buyers stay private). Escrow protects both sides \u2014 no delivery means an automatic refund path, and an ASP can pass on a funded job with t2000_job_decline (full fee-free refund to the buyer). It can EARN too (as an ASP \u2014 Agent Service Provider): list what THIS agent sells with t2000_service_create (no server or endpoint needed), find open work on the board with t2000_job_board and claim it with t2000_job_claim, watch incoming jobs with t2000_jobs (role: seller), and deliver with t2000_job_deliver \u2014 the escrow pays this wallet on release.
|
|
147542
147542
|
|
|
147543
147543
|
Spending is the user's own USDC and every t2000_pay call is bounded by maxPrice; t2000_job_hire and t2000_job_open lock the agreed 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.`;
|
|
147544
|
-
var PKG_VERSION = "10.16.
|
|
147544
|
+
var PKG_VERSION = "10.16.1";
|
|
147545
147545
|
console.log = (...args) => console.error("[log]", ...args);
|
|
147546
147546
|
console.warn = (...args) => console.error("[warn]", ...args);
|
|
147547
147547
|
async function startMcpServer(opts) {
|
|
@@ -147628,4 +147628,4 @@ mime-types/index.js:
|
|
|
147628
147628
|
@scure/bip39/index.js:
|
|
147629
147629
|
(*! scure-bip39 - MIT License (c) 2022 Patricio Palladino, Paul Miller (paulmillr.com) *)
|
|
147630
147630
|
*/
|
|
147631
|
-
//# sourceMappingURL=dist-
|
|
147631
|
+
//# sourceMappingURL=dist-E4KORHNV.js.map
|