@t2000/cli 10.8.0 → 10.9.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-UJVDLYP3.js → chunk-GYI3QQGY.js} +47 -2
- package/dist/chunk-GYI3QQGY.js.map +1 -0
- package/dist/{dist-ZGHETABU.js → dist-NNENAWQW.js} +5 -2
- package/dist/{dist-ZGHETABU.js.map → dist-NNENAWQW.js.map} +1 -1
- package/dist/{dist-YHS443KG.js → dist-V7SCY4JH.js} +6 -2
- package/dist/index.js +3 -3
- package/package.json +3 -3
- package/dist/chunk-UJVDLYP3.js.map +0 -1
- /package/dist/{dist-YHS443KG.js.map → dist-V7SCY4JH.js.map} +0 -0
|
@@ -145384,6 +145384,9 @@ process.env.CAPITAL_REGISTRY_ID ?? "0xef4057baac856d65b47f14a1ba14211299637955ea
|
|
|
145384
145384
|
Number(
|
|
145385
145385
|
process.env.CAPITAL_REGISTRY_VERSION ?? 931861908
|
|
145386
145386
|
);
|
|
145387
|
+
init_errors7();
|
|
145388
|
+
init_token_registry();
|
|
145389
|
+
process.env.CETUS_INTEGRATE_PUBLISHED_AT ?? "0xfbb32ac0fa89a3cb0c56c745b688c6d2a53ac8e43447119ad822763997ffb9c3";
|
|
145387
145390
|
async function createAgent(keyPath) {
|
|
145388
145391
|
return T2000.create({ keyPath });
|
|
145389
145392
|
}
|
|
@@ -146375,7 +146378,7 @@ CRITICAL: When the user asks to use any external or paid API, names a provider (
|
|
|
146375
146378
|
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.
|
|
146376
146379
|
|
|
146377
146380
|
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.`;
|
|
146378
|
-
var PKG_VERSION = "10.
|
|
146381
|
+
var PKG_VERSION = "10.9.0";
|
|
146379
146382
|
console.log = (...args) => console.error("[log]", ...args);
|
|
146380
146383
|
console.warn = (...args) => console.error("[warn]", ...args);
|
|
146381
146384
|
async function startMcpServer(opts) {
|
|
@@ -146461,4 +146464,4 @@ mime-types/index.js:
|
|
|
146461
146464
|
@scure/bip39/index.js:
|
|
146462
146465
|
(*! scure-bip39 - MIT License (c) 2022 Patricio Palladino, Paul Miller (paulmillr.com) *)
|
|
146463
146466
|
*/
|
|
146464
|
-
//# sourceMappingURL=dist-
|
|
146467
|
+
//# sourceMappingURL=dist-NNENAWQW.js.map
|