From 50113fd1408765746133b349960538967c0a0baa Mon Sep 17 00:00:00 2001 From: "felix.bucsa" <72919584+FelixNicolaeBucsa@users.noreply.github.com> Date: Tue, 19 Nov 2024 11:12:02 +0100 Subject: [PATCH] fix(docs): Agentverse docs minor changes (#1050) --- pages/concepts.mdx | 2 +- .../creating-agentverse-agents/agentverse-teams.mdx | 6 +++--- .../creating-agentverse-agents/creating-a-hosted-agent.mdx | 4 ++-- .../creating-agentverse-agents/simple-dice-roll-agent.mdx | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/concepts.mdx b/pages/concepts.mdx index b722bb11f..0fca624d1 100644 --- a/pages/concepts.mdx +++ b/pages/concepts.mdx @@ -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", }, { diff --git a/pages/guides/agentverse/creating-agentverse-agents/agentverse-teams.mdx b/pages/guides/agentverse/creating-agentverse-agents/agentverse-teams.mdx index b8cac3119..a29f17648 100644 --- a/pages/guides/agentverse/creating-agentverse-agents/agentverse-teams.mdx +++ b/pages/guides/agentverse/creating-agentverse-agents/agentverse-teams.mdx @@ -12,7 +12,7 @@ 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) @@ -20,11 +20,11 @@ You will then need to click on your profile icon on the top right side of the sc **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) diff --git a/pages/guides/agentverse/creating-agentverse-agents/creating-a-hosted-agent.mdx b/pages/guides/agentverse/creating-agentverse-agents/creating-a-hosted-agent.mdx index 853919284..d6943bac9 100644 --- a/pages/guides/agentverse/creating-agentverse-agents/creating-a-hosted-agent.mdx +++ b/pages/guides/agentverse/creating-agentverse-agents/creating-a-hosted-agent.mdx @@ -1,6 +1,6 @@ import { Callout } from 'nextra/components' -# Creating an Agentverse hosted agent 🤖 +# Creating an Agentverse hosted agent ## Introduction @@ -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) diff --git a/pages/guides/agentverse/creating-agentverse-agents/simple-dice-roll-agent.mdx b/pages/guides/agentverse/creating-agentverse-agents/simple-dice-roll-agent.mdx index 6c3444fea..bd839b549 100644 --- a/pages/guides/agentverse/creating-agentverse-agents/simple-dice-roll-agent.mdx +++ b/pages/guides/agentverse/creating-agentverse-agents/simple-dice-roll-agent.mdx @@ -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