@t2000/cli 10.14.0 → 10.14.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.
|
@@ -147523,10 +147523,10 @@ Through this wallet you can reach essentially any major external API, billed to
|
|
|
147523
147523
|
|
|
147524
147524
|
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).
|
|
147525
147525
|
|
|
147526
|
-
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
|
|
147526
|
+
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, no USDC up front), then fund the first claim with t2000_job_fund. Track with t2000_jobs, settle with t2000_job_settle, rate with t2000_job_review (escrow protects both sides \u2014 no delivery means an automatic refund path). 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.
|
|
147527
147527
|
|
|
147528
|
-
Spending is the user's own USDC and every t2000_pay call is bounded by maxPrice;
|
|
147529
|
-
var PKG_VERSION = "10.14.
|
|
147528
|
+
Spending is the user's own USDC and every t2000_pay call is bounded by maxPrice; t2000_job_hire and t2000_job_fund 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.`;
|
|
147529
|
+
var PKG_VERSION = "10.14.1";
|
|
147530
147530
|
console.log = (...args) => console.error("[log]", ...args);
|
|
147531
147531
|
console.warn = (...args) => console.error("[warn]", ...args);
|
|
147532
147532
|
async function startMcpServer(opts) {
|
|
@@ -147613,4 +147613,4 @@ mime-types/index.js:
|
|
|
147613
147613
|
@scure/bip39/index.js:
|
|
147614
147614
|
(*! scure-bip39 - MIT License (c) 2022 Patricio Palladino, Paul Miller (paulmillr.com) *)
|
|
147615
147615
|
*/
|
|
147616
|
-
//# sourceMappingURL=dist-
|
|
147616
|
+
//# sourceMappingURL=dist-B5ENWBED.js.map
|