microsoft/hve-core

Public

mirrored fromhttps://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
hve-core-v3.0.0

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

docs/getting-started/first-interaction.md

75lines · modecode

1---
2title: Your First Interaction
3description: Talk to an HVE Core agent and see it respond in under 60 seconds
4author: Microsoft
5ms.date: 2026-02-19
6ms.topic: tutorial
7keywords:
8 - getting started
9 - first interaction
10 - memory agent
11 - github copilot
12estimated_reading_time: 2
13---
14
15> [!NOTE]
16> Step 1 of 4 in the [Getting Started Journey](README.md).
17
18Before diving into workflows and methodologies, confirm that everything works.
19You need one agent interaction that produces a visible result.
20
21## Talk to the Memory Agent
22
231. Open GitHub Copilot Chat (`Ctrl+Alt+I`).
242. Select the **memory** agent from the agent picker.
253. Type this prompt:
26
27 > Remember that I am a [your role] and I'm learning HVE Core for the first
28 > time.
29
30 Replace `[your role]` with your actual role, such as *software engineer*,
31 *tech lead*, *product manager*, or *designer*.
32
334. The agent responds and creates a file in your workspace under `memories/`.
34 Open it. You'll see your role stored as a note that persists across
35 sessions.
36
37## See Memory in Action
38
39Now verify that other agents can read what the memory agent stored.
40
411. Open a new Copilot Chat thread.
422. Type this prompt:
43
44 > Explain what this repository does and how it helps someone in my role.
45
463. The response references your role without you mentioning it again. Copilot
47 read the memory file, found your stored context, and tailored the
48 explanation.
49
50You just proved four things: HVE Core is installed, agents respond to natural
51language, the memory system creates real files, and other agents use those
52files to personalize their responses.
53
54## What Is the Memory Agent?
55
56The memory agent stores notes that persist across conversations. Agents and
57prompts can read these notes to personalize their behavior. When you told it
58your role, every future interaction can use that context without you repeating
59it.
60
61This is a small example of a larger pattern in HVE Core: agents produce
62artifacts (files, documents, plans) rather than chat responses alone. The
63artifacts carry context forward so you don't repeat yourself.
64
65## Next Step
66
67Now that you know agents work, try using one for real work:
68[Your First Research](first-research.md).
69
70---
71
72<!-- markdownlint-disable MD036 -->
73*🤖 Crafted with precision by ✨Copilot following brilliant human instruction,
74then carefully refined by our team of discerning human reviewers.*
75<!-- markdownlint-enable MD036 -->
76