use-agently 0.30.0 → 0.31.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/build/bin.js +8 -6
- package/package.json +2 -2
package/build/bin.js
CHANGED
|
@@ -91828,7 +91828,7 @@ function PayTransaction(wallet) {
|
|
|
91828
91828
|
// ../use-agently-sdk/package.json
|
|
91829
91829
|
var package_default = {
|
|
91830
91830
|
name: "@use-agently/sdk",
|
|
91831
|
-
version: "0.
|
|
91831
|
+
version: "0.31.0",
|
|
91832
91832
|
description: "Core SDK for the Agently platform — wallet management, A2A, MCP, x402 payments",
|
|
91833
91833
|
homepage: "https://github.com/AgentlyHQ/use-agently/tree/main/packages/use-agently-sdk",
|
|
91834
91834
|
bugs: {
|
|
@@ -96506,7 +96506,7 @@ Examples:
|
|
|
96506
96506
|
// package.json
|
|
96507
96507
|
var package_default2 = {
|
|
96508
96508
|
name: "use-agently",
|
|
96509
|
-
version: "0.
|
|
96509
|
+
version: "0.31.0",
|
|
96510
96510
|
description: "Use Agently CLI",
|
|
96511
96511
|
homepage: "https://use-agently.com",
|
|
96512
96512
|
bugs: "https://github.com/AgentlyHQ/use-agently/issues",
|
|
@@ -96530,7 +96530,7 @@ var package_default2 = {
|
|
|
96530
96530
|
test: "bun test"
|
|
96531
96531
|
},
|
|
96532
96532
|
dependencies: {
|
|
96533
|
-
"@use-agently/sdk": "0.
|
|
96533
|
+
"@use-agently/sdk": "0.31.0",
|
|
96534
96534
|
boxen: "^8.0.1",
|
|
96535
96535
|
"cli-table3": "^0.6.5",
|
|
96536
96536
|
commander: "^14.0.3",
|
|
@@ -96558,8 +96558,10 @@ class DryRunPaymentRequired2 extends DryRunPaymentRequired {
|
|
|
96558
96558
|
const req = requirements[0];
|
|
96559
96559
|
const amount = req ? formatUsdcAmount2(req) : null;
|
|
96560
96560
|
this.message = amount ? `This request requires payment of ${amount}.
|
|
96561
|
-
Run the same command with --pay to authorize the transaction and proceed
|
|
96562
|
-
|
|
96561
|
+
Run the same command with --pay to authorize the transaction and proceed.
|
|
96562
|
+
Run "use-agently balance" to check your wallet address and balance, then send USDC on Base to fund it.` : `This request requires payment, but the amount could not be determined.
|
|
96563
|
+
Inspect the endpoint manually before running with --pay.
|
|
96564
|
+
Run "use-agently balance" to check your wallet address and balance.`;
|
|
96563
96565
|
}
|
|
96564
96566
|
}
|
|
96565
96567
|
function createDryRunFetch2() {
|
|
@@ -96930,7 +96932,7 @@ function outputMcpResult(result, command) {
|
|
|
96930
96932
|
}
|
|
96931
96933
|
message = `Insufficient funds to pay for this tool.
|
|
96932
96934
|
Required: ${amountStr}
|
|
96933
|
-
|
|
96935
|
+
Run "use-agently balance" to check your wallet address and balance, then send USDC on Base to fund it.`;
|
|
96934
96936
|
} else {
|
|
96935
96937
|
message = `Payment error: ${parsed.error}`;
|
|
96936
96938
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "use-agently",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.31.0",
|
|
4
4
|
"description": "Use Agently CLI",
|
|
5
5
|
"homepage": "https://use-agently.com",
|
|
6
6
|
"bugs": "https://github.com/AgentlyHQ/use-agently/issues",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"test": "bun test"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@use-agently/sdk": "0.
|
|
27
|
+
"@use-agently/sdk": "0.31.0",
|
|
28
28
|
"boxen": "^8.0.1",
|
|
29
29
|
"cli-table3": "^0.6.5",
|
|
30
30
|
"commander": "^14.0.3",
|