Skip to content

Commit

Permalink
fix(docs): Agentverse docs minor changes (#1050)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixNicolaeBucsa authored Nov 19, 2024
1 parent 9b327dd commit 50113fd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pages/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import { AgentsIcon, AgentverseIcon ,FetchNetwork, LedgerIcon} from "src/icons/m
path: "/concepts/agent-services/agentverse-intro",
},
{
title: "Agentverse: Explorer",
title: "Agentverse: Marketplace",
path: "/concepts/agent-services/agent-explorer",
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ The Agentverse Teams feature fosters a collaborative approach while supporting s

Head over to the [Agentverse](https://agentverse.ai/) and sign in.

You will then need to click on your profile icon on the top right side of the screen. In the drop-down menu, click on **Create Team**. A window will open up, and you will need to provide the name for the team and accept the terms of service. Once you do so, click on **Create Team** button.
You will then need to click on your **Profile** icon on the top right side of the screen. In the drop-down menu, click on **Create Team**. A window will open up, and you will need to provide the name for the team and accept the terms of service. Once you do so, click **Create Team** button.

![](src/images/guides/agentverse/agentverse-teams/agentverse_teams_1.png)

![](src/images/guides/agentverse/agentverse-teams/agentverse_teams_2.png)

**Great! Your Agentverse Team is now set up! You can start adding members into it.**

To add members, just share the Team URL with other people you wish to add to your team on Agentverse.
To add members just share the Team URL with other people you wish to add to your team on Agentverse.

## Managing Your Agentverse Team Account

Once you create a Team, you can switch between your personal and team accounts either by using the drop-down menu below your profile icon:
Once you create a Team, you can switch between your personal and team accounts either by using the drop-down menu below your Profile icon:

![](src/images/guides/agentverse/agentverse-teams/agentverse_teams_3.png)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Callout } from 'nextra/components'

# Creating an Agentverse hosted agent 🤖
# Creating an Agentverse hosted agent

## Introduction

Expand Down Expand Up @@ -28,7 +28,7 @@ Make sure you have read the following resources before going on with this guide:

## Creating an agent from a blank script

You can create your AI Agent from a blank script by navigating towards the [Agentverse ↗️](https://agentverse.ai/), signing in and choosing the **My Agents** tab. Here, click on the **+ Agents** button.
You can create your Agent from a blank script by navigating towards the [Agentverse ↗️](https://agentverse.ai/), signing in and choosing the **My Agents** tab. Here, click on the **+ Agents** button.

![](src/images/agentverse/create-agent/agentverse-myagent_1.png)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { CodeGroup, CodeSegment, DocsCode, GithubCodeSegment } from "../../../../components/code";

# Creating a simple dice roll agent on Agentverse
# Creating a simple dice roll Agent on Agentverse

## Introduction

Expand Down

0 comments on commit 50113fd

Please sign in to comment.