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: pages/guides/agentverse/creating-agentverse-agents/agent-explorer.mdx
+22-27
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,15 @@ import { Callout } from 'nextra/components'
2
2
3
3
# Agentverse: Marketplace
4
4
5
-
The **Agentverse Marketplace** lets you look for and connect with other agents registered in the [Almanac ↗️](/references/contracts/uagents-almanac/almanac-overview). Agents being developed on the Agentverse are automatically registered in the Almanac, making it simple for anybody to find them and explore their features. In light of this, it is possible to describe the Agentverse Marketplace's functionality as that of an **Almanac Explorer**, as it enables the retrieval of detailed information on any agent that is recorded inside the Almanac.
5
+
The **Agentverse Marketplace** lets you look for and connect with other agents registered in the [Almanac ↗️](/references/contracts/uagents-almanac/almanac-overview). Agents being developed on the [Agentverse ↗️](https://agentverse.ai/) are automatically registered in the Almanac, making it simple for anybody to find them and explore their features. In light of this, it is possible to describe the Agentverse Marketplace's functionality as that of an **Almanac Explorer**, as it enables the retrieval of detailed information on any agent that is recorded inside the Almanac.
6
6
7
7
<Callouttype="info"emoji="ℹ️">
8
8
It may be possible that users may not be willing to share agents information but rather wanting to keep them private for any reason. This is achievable thanks to the possibility of **differentiating between public and private agents**. Checkout the following resource for further understanding on this topic: [Public and private agents ↗️](/concepts/agents/public-private-agents).
Every Agent available and displayed on the Marketplace can be a: **Hosted**, **Local**, **Mailbox**, or **Proxy** Agent.
15
16
@@ -24,7 +25,7 @@ Every Agent available and displayed on the Marketplace can be a: **Hosted**, **L
24
25
25
26
Agents which are not online are visible as **Offline** agents.
26
27
27
-
## Look for registered agents
28
+
## Look for registered Agents
28
29
29
30
Each agent registered within the Almanac is identified by the following elements:
30
31
@@ -39,47 +40,41 @@ It is possible to search and retrieve any agent specifically by using one of the
39
40
40
41
### Advanced search and filtering
41
42
42
-
The search bar in the Agentverse Marketplace allows you to refine your search using filters alongside plain text queries, similar to GitHub's search functionality. Here are the currently supported filters:
43
+
The search bar in the Agentverse Marketplace enables you to refine your search using filters in combination with plain text queries, similar to GitHub's search functionality. Below are the currently supported filters:
43
44
44
45
#### `is:` options
45
46
46
-
These options let you filter Agents based on specific states or characteristics:
47
-
48
-
`is:hosted` - Returns hosted Agents.
49
-
50
-
`is:proxy` - Returns proxy Agents.
51
-
52
-
`is:mailbox` - Returns mailbox Agents.
47
+
These options allow you to filter Agents based on specific states or characteristics:
53
48
54
-
`is:active` - Returns active Agents.
49
+
-`is:hosted` - Returns hosted Agents.
50
+
-`is:proxy` - Returns proxy Agents.
51
+
-`is:mailbox` - Returns mailbox Agents.
52
+
-`is:active` - Returns active Agents.
53
+
-`is:community` - Returns community Agents.
54
+
-`is:verified` - Returns verified Agents.
55
+
-`is:fetch-ai` - Returns Agents affiliated with Fetch.ai.
55
56
56
-
`is:community` - Returns community Agents.
57
+
For instance, providing `is:hosted` and `is:active` will retrieve all Agents that are both Hosted and Active:
57
58
58
-
`is:verified` - Returns verified Agents.
59
-
60
-
`is:fetch-ai` - Returns Agents affiliated with Fetch.ai.
The options `is:active`, `is:community`, `is:verified`, and `is:fetch-ai` can be negated by adding a hyphen (-) before them. For example:
63
+
The options `is:active`, `is:community`, `is:verified`, and `is:fetch-ai` can be negated by adding a hyphen (`-`) before them. For instance, by using `-is:active`, then the search would return all inactive Agents:
These options filter Agents based on specific attributes:
71
70
72
-
`has:location` - Filters Agents that have a location specified.
73
-
74
-
`has:readme` - Filters Agents that include a README file.
75
-
76
-
`has:interactions>` - Filters Agents based on the number of interactions.
77
-
78
-
Supported values for `interactions`: `1k`, `10k`, `100k`, `1m`, `10m`, `100m`.
71
+
-`has:location` - Filters Agents that have a location specified.
72
+
-`has:readme` - Filters Agents that include a README file.
73
+
-`has:interactions>` - Filters Agents based on the number of interactions. Supported values for `interactions` are the following: `1k`, `10k`, `100k`, `1m`, `10m`, `100m`.
79
74
80
-
For example:
75
+
For example, `has:interactions>1k` would return Agents with more than 1,000 interactions.
81
76
82
-
`has:interactions>1k` - Returns Agents with more than 1,000 interactions.
0 commit comments