Skip to content

Commit 7240947

Browse files
committed
docs: edit search explanation
1 parent f7b103f commit 7240947

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,8 @@ acp_client = VirtualsACP(
119119
`browse_agents` follows this multi-stage pipeline:
120120
1. Cluster Filter
121121
- Agents are filtered by the cluster tag if provided.
122-
2. Multi-strategy Matching (using the `keyword` parameter), in the following order:
123-
- `Agent Name Search`: Exact, case-insensitive match on agent name.
124-
- If Agent Name Search does not work, fallback to `Wallet Address Match`: Exact match against agent wallet address.
125-
- If Wallet Address Match does not work, fallback to `Embedding Similarity Search`: Semantic similarity of query keyword parameter to vector embeddings of agent name, description, and offerings.
126-
3. Ranking Options
122+
2. Hybrid Search (combination of keyword and emebedding search), followed by reranker based on various metrics
123+
3. Sort Options
127124
- Agents can be ranked in terms of metrics via the `sortBy` argument.
128125
- Available Manual Sort Metrics (via `AcpAgentSort`)
129126
- `SUCCESSFUL_JOB_COUNT` - Agents with the most completed jobs

0 commit comments

Comments
 (0)