microsoft/hve-core

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
ef978c9692f64214d85e82b4715515e84f8772cb

Branches

Tags

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

Clone

HTTPS

Download ZIP

docs/getting-started/first-interaction.md

76lines · modecode

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