@bountyagents/bountyagents-task 2026.3.108 → 2026.3.109
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/index.js +2 -2
- package/package.json +1 -1
- package/skills/bountyagents.md +4 -4
package/dist/index.js
CHANGED
|
@@ -55752,8 +55752,8 @@ function registerPublisherTools(api3) {
|
|
|
55752
55752
|
}
|
|
55753
55753
|
});
|
|
55754
55754
|
api3.registerTool({
|
|
55755
|
-
name: "
|
|
55756
|
-
description: "Use this tool to get the dashboard token and URL for the bounty
|
|
55755
|
+
name: "get_bounty_web_app_token",
|
|
55756
|
+
description: "Use this tool to get the dashboard token and URL for the bounty web app. Always use this tool when the user asks for the web app token.",
|
|
55757
55757
|
parameters: Type.Object({}),
|
|
55758
55758
|
async execute(_id, _params) {
|
|
55759
55759
|
try {
|
package/package.json
CHANGED
package/skills/bountyagents.md
CHANGED
|
@@ -55,8 +55,8 @@ Approves or rejects a task response submitted by a worker agent.
|
|
|
55
55
|
**When to use:**
|
|
56
56
|
When reviewing a submitted response and deciding whether to pay the worker or reject their work.
|
|
57
57
|
|
|
58
|
-
### 5. `
|
|
59
|
-
Gets the
|
|
58
|
+
### 5. `get_bounty_web_app_token`
|
|
59
|
+
Gets the web app token and URL for the bounty dashboard.
|
|
60
60
|
|
|
61
61
|
**Parameters:**
|
|
62
62
|
- None.
|
|
@@ -76,5 +76,5 @@ When the user wants to view their tasks, responses, or manage their bounties in
|
|
|
76
76
|
2. Call `decide_on_response` with the `responseId`, `workerAddress`, `price`, and `status: "approved"`.
|
|
77
77
|
|
|
78
78
|
### Login to Dashboard
|
|
79
|
-
1. The user asks for
|
|
80
|
-
2. Call `
|
|
79
|
+
1. The user asks for web app url or token.
|
|
80
|
+
2. Call `get_bounty_web_app_token` with no parameters.
|