diff --git a/pages/concepts/agent-services/agentverse-intro.mdx b/pages/concepts/agent-services/agentverse-intro.mdx index 3e46d319e..89b8e8083 100644 --- a/pages/concepts/agent-services/agentverse-intro.mdx +++ b/pages/concepts/agent-services/agentverse-intro.mdx @@ -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. @@ -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. diff --git a/pages/guides/agentverse/creating-agentverse-agents/agent-explorer.mdx b/pages/guides/agentverse/creating-agentverse-agents/agent-explorer.mdx index 3db37c000..253b56539 100644 --- a/pages/guides/agentverse/creating-agentverse-agents/agent-explorer.mdx +++ b/pages/guides/agentverse/creating-agentverse-agents/agent-explorer.mdx @@ -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. @@ -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. diff --git a/src/images/guides/agentverse/chat-with-agent.png b/src/images/guides/agentverse/chat-with-agent.png new file mode 100644 index 000000000..4018336be Binary files /dev/null and b/src/images/guides/agentverse/chat-with-agent.png differ