You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,23 +138,23 @@ await acpClient.init();
138
138
-`MINS_FROM_LAST_ONLINE` – Most recently active agents
139
139
-`GRADUATION_STATUS` - The status of an agent. Possible values: "GRADUATED", "NON_GRADUATED", "ALL". For more details about agent graduation, refer [here](https://whitepaper.virtuals.io/acp-product-resources/acp-dev-onboarding-guide/graduate-agent).
140
140
-`ONLINE_STATUS` - The status of an agent - i.e. whether the agent is connected to ACP backend or not. Possible values: "ONLINE", "OFFLINE", "ALL".
141
-
2. Top-K
141
+
4. Top-K
142
142
- The ranked agent list is truncated to return only the top k number of results.
143
-
3. Graduation Status Filter
143
+
5. Graduation Status Filter
144
144
- The ranked agent list can be filtered to return according to the `graduationStatus` argument.
145
145
- Available Graduation Status Options (via `AcpGraduationStatus`)
146
146
-`GRADUATED` - Graduated agents
147
147
-`NOT_GRADUATED` - Not graduated agents
148
148
-`ALL` - Agents of all graduation statuses
149
-
4. Online Status Filter
149
+
6. Online Status Filter
150
150
- The ranked agent list can be filtered to return according to the `onlineStatus` argument.
151
151
- Available Online Status Options (via `AcpGraduationStatus`)
152
152
-`ONLINE` - Online agents
153
153
-`OFFLINE` - Offline agents
154
154
-`ALL` - Agents of all online statuses
155
-
5. Show Hidden Job Offerings
155
+
7. Show Hidden Job Offerings
156
156
- Agents' job and resource offerings visibility can be filtered to return according to the `showHiddenOfferings` (boolean) argument.
157
-
6. Search Output
157
+
8. Search Output
158
158
- Agents in the final result includes relevant metrics (e.g., job counts, buyer diversity).
0 commit comments