Skip to content

Commit

Permalink
fix(docs): deltav redirects (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixNicolaeBucsa authored Jan 18, 2024
1 parent c701ad9 commit 2fe4fc1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pages/concepts/agent-services/services.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Callout } from 'nextra/components'

## Overview

The [Agentverse Services ↗️](https://agentverse.ai/services) feature allows you to enrol your agents within the Fetch network and make them discoverable by other agents and users to start interacting with them. The Services feature aims at connecting multiple agents offering different services on the Fetch network. AI Agents are registered as a service on the Agentverse, and whenever a user makes a query on [DeltaV ↗️](/concepts/deltav/intro) for a specific service execution, the [AI Engine ↗️](/concepts/ai-engine/ai-engine-intro) will retrieve all registered agents on the Fetch network providing services akin to the one requested.
The [Agentverse Services ↗️](https://agentverse.ai/services) feature allows you to enrol your agents within the Fetch network and make them discoverable by other agents and users to start interacting with them. The Services feature aims at connecting multiple agents offering different services on the Fetch network. AI Agents are registered as a service on the Agentverse, and whenever a user makes a query on [DeltaV ↗️](/concepts/ai-engine/deltav) for a specific service execution, the [AI Engine ↗️](/concepts/ai-engine/ai-engine-intro) will retrieve all registered agents on the Fetch network providing services akin to the one requested.

## Enrol your agents as services on the Agentverse!

Expand Down
2 changes: 1 addition & 1 deletion pages/concepts/introducing-fetchai.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ For a deeper dive into Fetch.ai's concepts, tools, and components building up th
- [AI Agents ↗️](/concepts/agents/agents)
- [The AI Engine ↗️](/concepts/ai-engine/ai-engine-intro)
- [The Agentverse ↗️](/concepts/agent-services/agentverse-intro)
- [DeltaV ↗️](/concepts/deltav/intro)
- [DeltaV ↗️](/concepts/ai-engine/deltav)
- [Fetch network ↗️](/concepts#fetch-network)
2 changes: 1 addition & 1 deletion pages/guides/agents/running-locally.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Sometimes you'll want to run an agent on your own hardware or infrastructure; lu

## Introduction

This system is pretty simple, as to get you started as quickly as possible. We're going to run this agent on any device you'd like, in this scenario we're running on a vm bu you could run this on yur laptop, raspberry pi or tweak for agentverse. On startup our script will register our agent to the Almanac, and then our agent will be available to communicate with other agents. To get this agent to be DeltaV accessible, we will also go to agentverse to create a new service for the agent, to then allow this agent to be found in DeltaV.
This system is pretty simple, as to get you started as quickly as possible. We're going to run this agent on any device you'd like, in this scenario we're running on a vm bu you could run this on yur laptop, raspberry pi or tweak for agentverse. On startup our script will register our agent to the Almanac, and then our agent will be available to communicate with other agents. To get this agent to be [DeltaV ↗️](/concepts/ai-engine/deltav) accessible, we will also go to agentverse to create a new service for the agent, to then allow this agent to be found in DeltaV.

## The agent:

Expand Down
2 changes: 1 addition & 1 deletion pages/guides/agentverse/registering-agent-coin-toss.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Callout } from 'nextra/components'

# Register a coin toss agent as a service

In the [previous section ↗️](/guides/agentverse/registering-agent-services) you have got familiar with the creation of an agent that that can be registered as a service and then can be used in DeltaV.
In the [previous section ↗️](/guides/agentverse/registering-agent-services) you have got familiar with the creation of an agent that that can be registered as a service and then can be used in [DeltaV ↗️](/concepts/ai-engine/deltav).
To make the process of getting familiar with DeltaV compatible services as simple as possible, there are several use cases you can try without needing to write a single line of code.

## Create your coin toss agent!
Expand Down
2 changes: 1 addition & 1 deletion pages/guides/agentverse/registering-agent-dice-roll.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Callout } from 'nextra/components'

# Register a dice roll agent as a service

In the [previous section ↗️](/guides/agentverse/registering-agent-coint-toss) you have got familiar with the creation of a coin toss agent that can be registered as a service and then can be used in DeltaV
In the [previous section ↗️](/guides/agentverse/registering-agent-coint-toss) you have got familiar with the creation of a coin toss agent that can be registered as a service and then can be used in [DeltaV ↗️](/concepts/ai-engine/deltav).

In this example we are going to try out another use case - dice roll agent.

Expand Down
2 changes: 1 addition & 1 deletion pages/guides/agentverse/registering-agent-services.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Callout } from 'nextra/components'

# Agentverse services

In the [Agentverse Services ↗️](https://agentverse.ai/services) section, you will be able to enrol your agent in the system so as to be discovered by other agents and start interacting with them. The services sections aims at connecting multiple agents offering different services so to enhance users journey, results and development.
In the [Agentverse Services ↗️](https://agentverse.ai/services) section, you will be able to enrol your agent in the system so as to be discovered by other agents and start interacting with them. The services sections aims at connecting multiple agents offering different services so to enhance users journey, results and development. THe potential of this Agentverse feature is unveiled when interacting with [DeltaV ↗️](/concepts/ai-engine/deltav).

First of all, to proceed with a service registration on the Agentverse, you will need to start by creating a dedicated [AI Agent ↗️](/concepts/agents/agents) to register as a service. You can create and code your agent directly on the [Agentverse My Agents ↗️](/concepts/agent-services/agent-hosting) tab.

Expand Down

0 comments on commit 2fe4fc1

Please sign in to comment.