Skip to content

Commit 79a6c61

Browse files
committed
add first agent tutorial
1 parent 2f21f70 commit 79a6c61

File tree

15 files changed

+123
-1
lines changed

15 files changed

+123
-1
lines changed

docs.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@
4040
"groups": [
4141
{
4242
"group": "Hypermode",
43-
"pages": ["introduction", "semantic-search"]
43+
"pages": [
44+
"introduction",
45+
"first-hypermode-agent",
46+
"semantic-search"
47+
]
4448
},
4549
{
4650
"group": "Agents",

first-hypermode-agent.mdx

Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
---
2+
title: Your First Hypermode Agent
3+
description:
4+
"Work with your first Hypermode Agent - Sidekick your personal assistant"
5+
sidebarTitle: "Tutorial: Your First Agent"
6+
---
7+
8+
In this tutorial we'll get started with our first Hypermode Agent named
9+
Sidekick. Sidekick is a personal assistant that can help you with your daily
10+
tasks, such as scheduling meetings, reviewing our calendar, and preparing for
11+
meetings by conducting research.
12+
13+
Along the way we'll introduce the basic concepts of working with agents in
14+
Hypermode, including the concepts of [connections](/agents/connections),
15+
[threads](/agents/work), and [tasks](/agents/tasks).
16+
17+
## Sign in to Hypermode
18+
19+
First, we'll [sign in to Hypermode](https://hypermode.com/login) and create our
20+
first workspace if we haven't done that yet.
21+
22+
![Sign in to Hypermode](/images/tutorials/first-hypermode-agent/login.png)
23+
24+
## Meet our Sidekick agent
25+
26+
Once we've signed in and created a workspace, we'll meet our Sidekick agent.
27+
Sidekick is included with the Hypermode free tier and is a great way to get
28+
started with Hypermode Agents by learning how to interact with agents and add
29+
[connections](/agents/connections).
30+
31+
![Sidekick](/images/tutorials/first-hypermode-agent/sidekick.png)
32+
33+
Connections give our agents access to external tools and services, such as
34+
Google Calendar, email, GitHub, our CRM, and more.
35+
36+
## Sidekick connections
37+
38+
Let's configure the Google Calendar connection so Sidekick can access our
39+
calendar and help us prepare for meetings.
40+
41+
<Tip>
42+
Sidekick is configured to connect to Google Calendar. Over 2000 other
43+
connections are available by upgrading to the Hypermode Pro tier.
44+
</Tip>
45+
<img
46+
src="/images/tutorials/first-hypermode-agent/sidekick-connections.png"
47+
alt="Sidekick connections"
48+
style={{ width: "100%", maxWidth: "300px" }}
49+
/>
50+
51+
## Suggestion task
52+
53+
Sidekick is configured with [tasks](/agents/tasks) to help us interact with our
54+
agent. Tasks are a repeatable set of instructions that you can save and use
55+
later with your agent. Think of a task as a learned skill for your agent.
56+
57+
![Suggest task](/images/tutorials/first-hypermode-agent/suggest-task.png)
58+
59+
## Chat and tools
60+
61+
In addition to selecting tasks, we can also interact with our agent through
62+
natural language chat. The agent uses tools to complete our requests. By asking
63+
the agent "who are we meeting with?" it uses the Google Calendar connection to
64+
access our calendar and find the meeting we're preparing for.
65+
66+
![Who are we meeting with?](/images/tutorials/first-hypermode-agent/who-meetings.png)
67+
68+
## Prepare for meetings
69+
70+
Tools can be combined by the agent to complete our requests. Here we ask
71+
Sidekick to prepare for our meetings by researching who we're scheduled to meet
72+
with. Sidekick uses the Google Calendar connection to access our calendar and
73+
find the meeting we're preparing for, extracts the meeting details including
74+
other participants, then uses a built-in research tool to research the
75+
participants.
76+
77+
![Prepare for meetings](/images/tutorials/first-hypermode-agent/prepare-for-meetings.png)
78+
79+
## Generate talking points
80+
81+
We can ask Sidekick to generate talking points for our meeting. Sidekick uses
82+
the results of the research tool and our specific guidance to generate talking
83+
points.
84+
85+
![Generate talking points](/images/tutorials/first-hypermode-agent/talking-points-1.png)
86+
87+
![Generate talking points](/images/tutorials/first-hypermode-agent/talking-points.png)
88+
89+
## Update calendar invite
90+
91+
We can ask Sidekick to update our calendar invite with the talking points we
92+
just generated. Sidekick uses the Google Calendar connection to update our
93+
invite.
94+
95+
![Update calendar invite](/images/tutorials/first-hypermode-agent/save-to-calendar.png)
96+
97+
## Writing to other services
98+
99+
Sidekick is configured to connect to Google Calendar. To enable other
100+
connections you'll need to upgrade to the
101+
[Hypermode Pro tier](https://hypermode.com/pricing).
102+
103+
![](/images/tutorials/first-hypermode-agent/save-to-notion.png)
104+
105+
Explore other ways that Sidekick can help you in your daily tasks. When you're
106+
ready to explore creating new agents with new capabilities and adding other
107+
connections, upgrade to the Hypermode Pro tier by scheduling your onboarding
108+
call.
109+
110+
![](images/tutorials/first-hypermode-agent/upgrade-to-pro-button.png)
111+
112+
Creating more custom agents from natural language, choosing over 2000 additional
113+
connections to add to our agent, and more are features available in the
114+
Hypermode Pro tier. Once you've completed the Pro-tier onboarding you'll be able
115+
to create agents with custom instructions. In the mean time check out the
116+
[Agent Gallery](/agents/example-agents) to see what kinds of agents you'll be
117+
able to create with [Hypermode Agents Pro tier](https://hypermode.com/pricing).
128 KB
Loading
279 KB
Loading
49.2 KB
Loading
58.9 KB
Loading
106 KB
Loading
99.9 KB
Loading
251 KB
Loading
220 KB
Loading

0 commit comments

Comments
 (0)