From e9894181ee04533aa91a5fdffb8afb63cf4fb0c6 Mon Sep 17 00:00:00 2001 From: fengjessica Date: Wed, 30 Jul 2025 13:31:45 -0700 Subject: [PATCH 1/4] Updated Agents overview page --- agents/introduction.mdx | 102 +++++++++++++--------------------------- 1 file changed, 32 insertions(+), 70 deletions(-) diff --git a/agents/introduction.mdx b/agents/introduction.mdx index 4005876c..8e569a22 100644 --- a/agents/introduction.mdx +++ b/agents/introduction.mdx @@ -1,85 +1,47 @@ --- title: "Hypermode Agents" -sidebarTitle: "Overview" description: - "Build AI agents that act, not just chat—from natural conversation to + "Build AI agents that act—from natural language to production-ready code" +mode: "wide" +sidebarTitle: "Overview" +"og:title": "Overview - Agents" --- -Most AI agents today still feel like prototypes. They can generate content, -answer questions, or summarize a PDF. But when it comes to doing real -work—embedding in live apps, reducing back-office load, or following up with -customers—they fall short. - -They chat. But they don't act. - -**Hypermode Agents are here to change that.** Built on the latest AI advances, -Hypermode Agents are built for work, not just conversation. You'll learn what -agents can do, how they reason, and what their outputs look like, all while -building something useful from day one. - -## The complete AI development platform - -Built on top of the open source Modus AI Agent Framework and the Hypermode -Platform, Hypermode Agents enables you to get started building domain specific -agents from natural language. - -![Hypermode Agents](/images/agents/threads.png) - -- **Concierge** is Hypermode's AI-powered agent that transforms natural language - descriptions into fully functional agents. No coding experience required. +Hypermode Agents is the complete solution for defining, iterating, and working with agents. Built on the latest AI advances, Hypermode Agents provide an agent workbench that allows for quick iteration. The workbench includes: - **Threads** is a conversational interface that lets you build, train, and - refine AI agents through natural language—no coding required. When you're - ready, **eject to code** exports your trained agent as a complete Modus app. -- **Connections** enable Hypermode Agents to understand and interact with their - environment. By leveraging Model Context Protocol (MCP) servers, Hypermode - Agents **Hypermode Agents get access to a vast ecosystem of tools and - integrations by default.** + refine AI agents through natural language—no coding required. +- **Connections** establishes secure access for agent tools and your data. By leveraging Model Context Protocol (MCP) servers, Hypermode + Agents can understand and interact with their environment. - **Tasks** are repeatable sets of instructions that you can save and use later with your agent. Think of a task as a learned skill for your agent. +- **Model Router** makes it easy to access the most popular models to power your agent. +- **Concierge** is Hypermode's AI-powered agent that transforms natural language + descriptions into fully functional agents. No coding experience required. -### Production-ready from day one - -Unlike other platforms that require you to rebuild for production, Hypermode is -designed for real-world use: - -- **Serverless infrastructure** that scales automatically and costs nothing when - idle -- **Full observability** with inference logging, tracing, and debugging tools -- **Enterprise security** with role-based access and audit trails -- **Branch-based environments** for testing and staging -- **Open source foundation** with no vendor lock-in - -## From conversation to code - -The power of Hypermode is in its flexibility. Domain experts can build -sophisticated agents through conversation, while developers can export those -agents as production-ready code. - -**Domain experts** work directly with agents through Threads, shaping behavior -through natural conversation and training agents with real examples. - -**Platform teams** can export trained agents as complete Modus applications, -audit and version control the logic, and deploy as production microservices with -full observability. - -**No information loss** between business requirements and technical -implementation. **No rebuild required** to go from prototype to production. - -## What can you build? + -[**Market research agent**](/agents/agent-gallery/market-researcher): understand -what's important to any company, whether it's your competitors or your newest -partner. +## How Hypermode Agents are different -[**Go-to-market engineer agent**](/agents/agent-gallery/gtm-engineer): ensure -that your sales and marketing team has the best internal data to make informed -decisions. +- **Conversational interface** to build and refine agents in a live, interactive session using natural language. +- **Real-time control** for a view to which tools an agent can access and adjust its behavior while tasks are running. +- **Reduced handoffs** and minimize back-and-forth communication with technical teams by directly shaping agent behavior. +- **Exploration vs. production.** Develop and test agents freely in an exploratory environment, then lock configurations when ready for production. +- **Streamlined iteration** of creating and modifying agents that require only a few clicks, making it as simple to build your first agent as it is to manage thousands. -[**Marketing insights agent**](/agents/agent-gallery/channelpulse): analyzes -marketing performance across channels and provides optimization recommendations. +## Where to start ---- + + + Get hands-on with building your first Hypermode agent + + + Browse available connections to power your agent + + + Read about the fastest way to production-ready agents + + -_Ready to turn your ideas into agents? -[Start building today →](https://hypermode.com/login)_ From eea9b28c205eb92b80cd58d290a17b8781d96a9d Mon Sep 17 00:00:00 2001 From: fengjessica Date: Wed, 30 Jul 2025 20:09:05 -0700 Subject: [PATCH 2/4] add links --- agents/introduction.mdx | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/agents/introduction.mdx b/agents/introduction.mdx index 8e569a22..8335b9fd 100644 --- a/agents/introduction.mdx +++ b/agents/introduction.mdx @@ -9,17 +9,23 @@ sidebarTitle: "Overview" --- Hypermode Agents is the complete solution for defining, iterating, and working with agents. Built on the latest AI advances, Hypermode Agents provide an agent workbench that allows for quick iteration. The workbench includes: -- **Threads** is a conversational interface that lets you build, train, and - refine AI agents through natural language—no coding required. -- **Connections** establishes secure access for agent tools and your data. By leveraging Model Context Protocol (MCP) servers, Hypermode - Agents can understand and interact with their environment. -- **Tasks** are repeatable sets of instructions that you can save and use later - with your agent. Think of a task as a learned skill for your agent. -- **Model Router** makes it easy to access the most popular models to power your agent. -- **Concierge** is Hypermode's AI-powered agent that transforms natural language - descriptions into fully functional agents. No coding experience required. - - + +- [**Threads**](/work) is a conversational interface that lets you build, train, and refine AI agents through natural language—no coding required. +- [**Connections**](/connections) establishes secure access for agent tools and your data. By leveraging Model Context Protocol (MCP) servers, Hypermode Agents can understand and interact with their environment. +- **Tasks** are repeatable sets of instructions that you can save and use later with your agent. Think of a task as a learned skill for your agent. +- [**Model Router**](/model-selection) makes it easy to access the most popular models to power your agent. +- [**Concierge**](/create-agent#build-a-new-agent-with-concierge) is Hypermode's AI-powered agent that transforms natural language descriptions into fully functional agents. No coding experience required. + + + ## How Hypermode Agents are different From cd3e746d15588317091b6e1eb60db32c9ad991e0 Mon Sep 17 00:00:00 2001 From: fengjessica Date: Wed, 30 Jul 2025 20:13:59 -0700 Subject: [PATCH 3/4] edits --- agents/introduction.mdx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/agents/introduction.mdx b/agents/introduction.mdx index 8335b9fd..e8371710 100644 --- a/agents/introduction.mdx +++ b/agents/introduction.mdx @@ -1,8 +1,6 @@ --- title: "Hypermode Agents" -description: - "Build AI agents that act—from natural language to - production-ready code" +description: "Build AI agents that act—from natural language toproduction-ready code" mode: "wide" sidebarTitle: "Overview" "og:title": "Overview - Agents" @@ -10,7 +8,7 @@ sidebarTitle: "Overview" Hypermode Agents is the complete solution for defining, iterating, and working with agents. Built on the latest AI advances, Hypermode Agents provide an agent workbench that allows for quick iteration. The workbench includes: -- [**Threads**](/work) is a conversational interface that lets you build, train, and refine AI agents through natural language—no coding required. +- [**Threads**](/work) is a conversational interface that lets you build, train, and refine AI agents through natural language—no coding required. - [**Connections**](/connections) establishes secure access for agent tools and your data. By leveraging Model Context Protocol (MCP) servers, Hypermode Agents can understand and interact with their environment. - **Tasks** are repeatable sets of instructions that you can save and use later with your agent. Think of a task as a learned skill for your agent. - [**Model Router**](/model-selection) makes it easy to access the most popular models to power your agent. @@ -24,8 +22,8 @@ Hypermode Agents is the complete solution for defining, iterating, and working w title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" - allowfullscreen> - + allowfullscreen +> ## How Hypermode Agents are different From 1b1106c12c0628cabf3fd3a473b06775c9d2301f Mon Sep 17 00:00:00 2001 From: fengjessica Date: Wed, 30 Jul 2025 20:24:39 -0700 Subject: [PATCH 4/4] trunk --- agents/introduction.mdx | 63 ++++++++++++++++++++++++++--------------- 1 file changed, 40 insertions(+), 23 deletions(-) diff --git a/agents/introduction.mdx b/agents/introduction.mdx index e8371710..a7a314c5 100644 --- a/agents/introduction.mdx +++ b/agents/introduction.mdx @@ -1,37 +1,53 @@ --- title: "Hypermode Agents" -description: "Build AI agents that act—from natural language toproduction-ready code" +description: + "Build AI agents that act—from natural language toproduction-ready code" mode: "wide" sidebarTitle: "Overview" "og:title": "Overview - Agents" --- -Hypermode Agents is the complete solution for defining, iterating, and working with agents. Built on the latest AI advances, Hypermode Agents provide an agent workbench that allows for quick iteration. The workbench includes: +Hypermode Agents is the complete solution for defining, iterating, and working +with agents. Built on the latest AI advances, Hypermode Agents provide an agent +workbench that allows for quick iteration. The workbench includes: -- [**Threads**](/work) is a conversational interface that lets you build, train, and refine AI agents through natural language—no coding required. -- [**Connections**](/connections) establishes secure access for agent tools and your data. By leveraging Model Context Protocol (MCP) servers, Hypermode Agents can understand and interact with their environment. -- **Tasks** are repeatable sets of instructions that you can save and use later with your agent. Think of a task as a learned skill for your agent. -- [**Model Router**](/model-selection) makes it easy to access the most popular models to power your agent. -- [**Concierge**](/create-agent#build-a-new-agent-with-concierge) is Hypermode's AI-powered agent that transforms natural language descriptions into fully functional agents. No coding experience required. +- [**Threads**](/work) is a conversational interface that lets you build, train, + and refine AI agents through natural language—no coding required. +- [**Connections**](/connections) establishes secure access for agent tools and + your data. By leveraging Model Context Protocol (MCP) servers, Hypermode + Agents can understand and interact with their environment. +- **Tasks** are repeatable sets of instructions that you can save and use later + with your agent. Think of a task as a learned skill for your agent. +- [**Model Router**](/model-selection) makes it easy to access the most popular + models to power your agent. +- [**Concierge**](/create-agent#build-a-new-agent-with-concierge) is Hypermode's + AI-powered agent that transforms natural language descriptions into fully + functional agents. No coding experience required. - - ## How Hypermode Agents are different -- **Conversational interface** to build and refine agents in a live, interactive session using natural language. -- **Real-time control** for a view to which tools an agent can access and adjust its behavior while tasks are running. -- **Reduced handoffs** and minimize back-and-forth communication with technical teams by directly shaping agent behavior. -- **Exploration vs. production.** Develop and test agents freely in an exploratory environment, then lock configurations when ready for production. -- **Streamlined iteration** of creating and modifying agents that require only a few clicks, making it as simple to build your first agent as it is to manage thousands. +- **Conversational interface** to build and refine agents in a live, interactive + session using natural language. +- **Real-time control** for a view to which tools an agent can access and adjust + its behavior while tasks are running. +- **Reduced handoffs** and minimize back-and-forth communication with technical + teams by directly shaping agent behavior. +- **Exploration vs. production.** Develop and test agents freely in an + exploratory environment, then lock configurations when ready for production. +- **Streamlined iteration** of creating and modifying agents that require only a + few clicks, making it as simple to build your first agent as it is to manage + thousands. ## Where to start @@ -39,13 +55,14 @@ Hypermode Agents is the complete solution for defining, iterating, and working w Get hands-on with building your first Hypermode agent - + Browse available connections to power your agent - Read about the fastest way to production-ready agents -