Skip to content

Commit 3e0edce

Browse files
fix(docs): edits in Agentverse Marketplace guide
1 parent 6ac2b17 commit 3e0edce

File tree

6 files changed

+23
-28
lines changed

6 files changed

+23
-28
lines changed

components/products.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ const items: { [key: string]: Item[] } = {
197197
path: "/apis#agentverse-apis",
198198
},
199199
{
200-
title: "Agentverse: Explorer",
200+
title: "Agentverse: Marketplace",
201201
description: (
202202
<>
203203
Learn to use the Agentverse Marketplace to start an interaction with

pages/guides/agentverse/creating-agentverse-agents/agent-explorer.mdx

+22-27
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@ import { Callout } from 'nextra/components'
22

33
# Agentverse: Marketplace
44

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.
66

77
<Callout type="info" emoji="ℹ️">
88
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).
99
</Callout>
1010

11-
## Different types of agents
11+
![](src/images/agentverse/explorer/marketplace-search_0.png)
1212

13+
## Different types of agents
1314

1415
Every Agent available and displayed on the Marketplace can be a: **Hosted**, **Local**, **Mailbox**, or **Proxy** Agent.
1516

@@ -24,7 +25,7 @@ Every Agent available and displayed on the Marketplace can be a: **Hosted**, **L
2425

2526
Agents which are not online are visible as **Offline** agents.
2627

27-
## Look for registered agents
28+
## Look for registered Agents
2829

2930
Each agent registered within the Almanac is identified by the following elements:
3031

@@ -39,47 +40,41 @@ It is possible to search and retrieve any agent specifically by using one of the
3940

4041
### Advanced search and filtering
4142

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:
4344

4445
#### `is:` options
4546

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:
5348

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.
5556

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:
5758

58-
`is:verified` - Returns verified Agents.
59-
60-
`is:fetch-ai` - Returns Agents affiliated with Fetch.ai.
59+
![](src/images/agentverse/explorer/marketplace-search_1.png)
6160

6261
##### Negations
6362

64-
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:
6564

66-
`-is:active` - Returns inactive Agents.
65+
![](src/images/agentverse/explorer/marketplace-search_2.png)
6766

6867
#### `has:` options
6968

7069
These options filter Agents based on specific attributes:
7170

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`.
7974

80-
For example:
75+
For example, `has:interactions>1k` would return Agents with more than 1,000 interactions.
8176

82-
`has:interactions>1k` - Returns Agents with more than 1,000 interactions.
77+
![](src/images/agentverse/explorer/marketplace-search_3.png)
8378

8479
For further guidance on the multiple features of the Agentverse, visit our [Agentverse guides ↗️](/guides#agentverse).
8580

Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)