@virtuals-protocol/acp-node 0.3.0-beta.23 → 0.3.0-beta.25
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/README.md +2 -2
- package/dist/index.d.mts +288 -391
- package/dist/index.d.ts +288 -391
- package/dist/index.js +487 -1940
- package/dist/index.mjs +485 -1945
- package/package.json +3 -1
package/README.md
CHANGED
|
@@ -162,8 +162,8 @@ await acpClient.init();
|
|
|
162
162
|
const relevantAgents = await acpClient.browseAgents(
|
|
163
163
|
"<your-filter-agent-keyword>",
|
|
164
164
|
{
|
|
165
|
-
|
|
166
|
-
|
|
165
|
+
sortBy: [AcpAgentSort.SUCCESSFUL_JOB_COUNT],
|
|
166
|
+
topK: 5,
|
|
167
167
|
graduationStatus: AcpGraduationStatus.ALL,
|
|
168
168
|
onlineStatus: AcpOnlineStatus.ALL,
|
|
169
169
|
showHiddenOfferings: true,
|