|
1 | 1 | ---
|
2 | 2 | title: "Hypermode Agents"
|
3 |
| -sidebarTitle: "Overview" |
4 | 3 | description:
|
5 |
| - "Build AI agents that act, not just chat—from natural conversation to |
6 |
| - production-ready code" |
| 4 | + "Build AI agents that act—from natural language toproduction-ready code" |
| 5 | +mode: "wide" |
| 6 | +sidebarTitle: "Overview" |
| 7 | +"og:title": "Overview - Agents" |
7 | 8 | ---
|
8 | 9 |
|
9 |
| -Most AI agents today still feel like prototypes. They can generate content, |
10 |
| -answer questions, or summarize a PDF. But when it comes to doing real |
11 |
| -work—embedding in live apps, reducing back-office load, or following up with |
12 |
| -customers—they fall short. |
13 |
| - |
14 |
| -They chat. But they don't act. |
15 |
| - |
16 |
| -**Hypermode Agents are here to change that.** Built on the latest AI advances, |
17 |
| -Hypermode Agents are built for work, not just conversation. You'll learn what |
18 |
| -agents can do, how they reason, and what their outputs look like, all while |
19 |
| -building something useful from day one. |
20 |
| - |
21 |
| -## The complete AI development platform |
22 |
| - |
23 |
| -Built on top of the open source Modus AI Agent Framework and the Hypermode |
24 |
| -Platform, Hypermode Agents enables you to get started building domain specific |
25 |
| -agents from natural language. |
| 10 | +Hypermode Agents is the complete solution for defining, iterating, and working |
| 11 | +with agents. Built on the latest AI advances, Hypermode Agents provide an agent |
| 12 | +workbench that allows for quick iteration. The workbench includes: |
26 | 13 |
|
27 |
| - |
28 |
| - |
29 |
| -- **Concierge** is Hypermode's AI-powered agent that transforms natural language |
30 |
| - descriptions into fully functional agents. No coding experience required. |
31 |
| -- **Threads** is a conversational interface that lets you build, train, and |
32 |
| - refine AI agents through natural language—no coding required. When you're |
33 |
| - ready, **eject to code** exports your trained agent as a complete Modus app. |
34 |
| -- **Connections** enable Hypermode Agents to understand and interact with their |
35 |
| - environment. By leveraging Model Context Protocol (MCP) servers, Hypermode |
36 |
| - Agents **Hypermode Agents get access to a vast ecosystem of tools and |
37 |
| - integrations by default.** |
| 14 | +- [**Threads**](/work) is a conversational interface that lets you build, train, |
| 15 | + and refine AI agents through natural language—no coding required. |
| 16 | +- [**Connections**](/connections) establishes secure access for agent tools and |
| 17 | + your data. By leveraging Model Context Protocol (MCP) servers, Hypermode |
| 18 | + Agents can understand and interact with their environment. |
38 | 19 | - **Tasks** are repeatable sets of instructions that you can save and use later
|
39 | 20 | with your agent. Think of a task as a learned skill for your agent.
|
40 |
| - |
41 |
| -### Production-ready from day one |
42 |
| - |
43 |
| -Unlike other platforms that require you to rebuild for production, Hypermode is |
44 |
| -designed for real-world use: |
45 |
| - |
46 |
| -- **Serverless infrastructure** that scales automatically and costs nothing when |
47 |
| - idle |
48 |
| -- **Full observability** with inference logging, tracing, and debugging tools |
49 |
| -- **Enterprise security** with role-based access and audit trails |
50 |
| -- **Branch-based environments** for testing and staging |
51 |
| -- **Open source foundation** with no vendor lock-in |
52 |
| - |
53 |
| -## From conversation to code |
54 |
| - |
55 |
| -The power of Hypermode is in its flexibility. Domain experts can build |
56 |
| -sophisticated agents through conversation, while developers can export those |
57 |
| -agents as production-ready code. |
58 |
| - |
59 |
| -**Domain experts** work directly with agents through Threads, shaping behavior |
60 |
| -through natural conversation and training agents with real examples. |
61 |
| - |
62 |
| -**Platform teams** can export trained agents as complete Modus applications, |
63 |
| -audit and version control the logic, and deploy as production microservices with |
64 |
| -full observability. |
65 |
| - |
66 |
| -**No information loss** between business requirements and technical |
67 |
| -implementation. **No rebuild required** to go from prototype to production. |
68 |
| - |
69 |
| -## What can you build? |
70 |
| - |
71 |
| -[**Market research agent**](/agents/agent-gallery/market-researcher): understand |
72 |
| -what's important to any company, whether it's your competitors or your newest |
73 |
| -partner. |
74 |
| - |
75 |
| -[**Go-to-market engineer agent**](/agents/agent-gallery/gtm-engineer): ensure |
76 |
| -that your sales and marketing team has the best internal data to make informed |
77 |
| -decisions. |
78 |
| - |
79 |
| -[**Marketing insights agent**](/agents/agent-gallery/channelpulse): analyzes |
80 |
| -marketing performance across channels and provides optimization recommendations. |
81 |
| - |
82 |
| ---- |
83 |
| - |
84 |
| -_Ready to turn your ideas into agents? |
85 |
| -[Start building today →](https://hypermode.com/login)_ |
| 21 | +- [**Model Router**](/model-selection) makes it easy to access the most popular |
| 22 | + models to power your agent. |
| 23 | +- [**Concierge**](/create-agent#build-a-new-agent-with-concierge) is Hypermode's |
| 24 | + AI-powered agent that transforms natural language descriptions into fully |
| 25 | + functional agents. No coding experience required. |
| 26 | + |
| 27 | +<iframe |
| 28 | + width="560" |
| 29 | + height="315" |
| 30 | + src="https://www.youtube.com/embed/_h2SBvv41GU?si=gGZk1xsDXtn83rxC" |
| 31 | + title="YouTube video player" |
| 32 | + frameborder="0" |
| 33 | + allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" |
| 34 | + referrerpolicy="strict-origin-when-cross-origin" |
| 35 | + allowfullscreen |
| 36 | +></iframe> |
| 37 | + |
| 38 | +## How Hypermode Agents are different |
| 39 | + |
| 40 | +- **Conversational interface** to build and refine agents in a live, interactive |
| 41 | + session using natural language. |
| 42 | +- **Real-time control** for a view to which tools an agent can access and adjust |
| 43 | + its behavior while tasks are running. |
| 44 | +- **Reduced handoffs** and minimize back-and-forth communication with technical |
| 45 | + teams by directly shaping agent behavior. |
| 46 | +- **Exploration vs. production.** Develop and test agents freely in an |
| 47 | + exploratory environment, then lock configurations when ready for production. |
| 48 | +- **Streamlined iteration** of creating and modifying agents that require only a |
| 49 | + few clicks, making it as simple to build your first agent as it is to manage |
| 50 | + thousands. |
| 51 | + |
| 52 | +## Where to start |
| 53 | + |
| 54 | +<CardGroup cols={3}> |
| 55 | + <Card title="Quickstart" icon="play" href="/first-hypermode-agent"> |
| 56 | + Get hands-on with building your first Hypermode agent |
| 57 | + </Card> |
| 58 | + <Card title="Explore connections" icon="link" href="/available-connections"> |
| 59 | + Browse available connections to power your agent |
| 60 | + </Card> |
| 61 | + <Card |
| 62 | + title="Why natural language" |
| 63 | + icon="book-open-cover" |
| 64 | + href="https://hypermode.com/blog/stay-in-language-natural-agentic-development" |
| 65 | + > |
| 66 | + Read about the fastest way to production-ready agents |
| 67 | + </Card> |
| 68 | +</CardGroup> |
0 commit comments