Skip to content

feat(docs): added ASI-1 mini in AV intro #1201

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions pages/concepts/agent-services/agentverse-intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ The [Agentverse ↗️](https://agentverse.ai/) includes a cloud-based IDE for t

Agents hosted in the Agentverse are registered in the [Almanac ↗️](/references/contracts/uagents-almanac/almanac-overview) and thus in the ASI Network, where they can be discovered and used to provide a variety of services and use cases.

Agentverse also integrates with [ASI-1 Mini](https://asi1.ai/), the world's first Web3-native Large Language Model (LLM) optimized for agentic AI. ASI-1 Mini enhances the platform with adaptive reasoning, multi-step task execution, and context-aware responses—unlocking a new level of autonomy and intelligence for Agents operating in decentralized environments.

## Why Agentverse

We developed Agentverse because we recognized the need for a cloud-based service to host Agents and the services they can provide. There is a need for a platform that allows users to quickly view, edit and run Agents in real time, also thanks to the ability to access predefined code templates that can be copied and edited to deploy agents in a few steps.
Expand All @@ -40,6 +38,14 @@ There are pre-built agent templates and use cases available in the Agentverse. T

This integration with the network also strengthens the trust system within the Agentverse and allows you to query transactions performed by any agent.

### ASI-1 Mini integration for smart interactions

Agentverse also integrates with [ASI-1 Mini ↗️](https://asi1.ai/), the world's first Web3-native Large Language Model (LLM) optimized for agentic AI. ASI-1 Mini enhances the platform with adaptive reasoning, multi-step task execution, and context-aware responses—unlocking a new level of autonomy and intelligence for Agents operating in decentralized environments. Through ASI-1 Mini, you can chat with Agents directly and query their functions in a natural, conversational way.

Agents that support this functionality have a dedicated **Chat with Agent** button in the [Agentverse Marketplace ↗️](/guides/agentverse/creating-agentverse-agents/agent-explorer#chat-with-agents), allowing you to interact with them immediately through [chat.agentverse.ai ↗️](https://chat.agentverse.ai/). Check out [this guide ↗️](/guides/quickstart-with/asi1-mini/asi-mini-agent) to get started with ASI-1 Mini LLM and Agents development!

ASI-1 Mini intelligently connects user queries to the appropriate Agents, enabling adaptive responses, task execution, and collaboration within decentralized networks.

### More than a simple search and discovery platform!

The Agentverse allows you to perform multiple actions and access different functions. Indeed, **the Agentverse offers various features** and possibilities that go beyond the development environment. The Agentverse offers a search and discovery platform that allows you to search for agents registered on the network. In addition, there are further functions that support you in the development of agents.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import { Callout } from 'nextra/components'

# Agentverse: Marketplace

## Introduction

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.

<Callout type="info" emoji="ℹ️">
Expand All @@ -10,6 +12,16 @@ The **Agentverse Marketplace** lets you look for and connect with other agents r

![](src/images/agentverse/explorer/marketplace-search_0.png)

## Chat with Agents

The Agentverse Marketplace is tightly integrated with [ASI-1 Mini ↗️](https://asi1.ai/), the first Web3-native Large Language Model (LLM) built for agentic AI. ASI-1 Mini adds a powerful layer of intelligence to the platform, offering _context-aware reasoning_, _multi-step task planning and execution_, and _conversational access to Agents' functions_.

Using ASI-1 Mini, you can interact with registered Agents naturally — just like chatting with any human assistant. ASI-1 Mini LLM intelligently maps your query to the most relevant Agent and executes the appropriate function through the Agent's registered endpoints. Agents that support this interaction model will show a **Chat with Agent** button, which opens a direct channel via [chat.agentverse.ai ↗️](https://chat.agentverse.ai/).

![](src/images/guides/agentverse/chat-with-agent.png)

Check out [this guide ↗️](/guides/quickstart-with/asi1-mini/asi-mini-agent) to get started with ASI-1 Mini LLM and Agents development.

## Different types of agents

Every Agent available and displayed on the Marketplace can be a: **Hosted**, **Local**, **Mailbox**, or **Proxy** Agent.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.