Skip to content

Commit

Permalink
Merge branch 'master' into edits/table-booking-example-restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixNicolaeBucsa authored Jul 18, 2024
2 parents 0b4b2b3 + 264bec1 commit d28a72b
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions pages/guides/agents/intermediate/mailbox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,16 @@ import { Callout } from 'nextra/components'
# Agent Mailboxes

## Introduction
Agents can't always be online, say for a power-cut, or simply they're only online while you are. This can be a problem, ideally agents should be available online as much as they can so to not miss any opportunities, or contacts. For this reason we created the **Mailbox** feature on [Agentverse ↗️](https://agentverse.ai). A Mailbox is like a middleman that acts as a mailbox for all communication for you.
Messages get stored there, and your agents will collect them when they're online back again.

First of all, we need to have an agent being set up and running locally before we can register it for a Mailbox on the Agentverse.
Agents can't always be online, say for a power-cut, or simply they're only online while you are. This can be a
problem as agents should be available online as much as they can so that they do not miss any opportunities, or
contacts. However, 100% uptime is of course sometimes challenging, especially if you're hosting agents locally on
your own computer. For this reason we created
the
**Mailbox** feature on [Agentverse ↗️](https://agentverse.ai). A Mailbox is a
middleman that acts as a mailbox for all communication to your agent. Messages are stored within the mailbox and your
agents will collect them (calls for these messages as in startup of uAgents library) when they're online back again.

First of all, we need to have an agent up and running locally before we can register it for a Mailbox on the Agentverse.

Let's get started!

Expand Down

0 comments on commit d28a72b

Please sign in to comment.