microsoft/hve-core
Publicmirrored fromhttps://github.com/microsoft/hve-coreAvailable
docs/getting-started/first-interaction.md
76lines · modecode
| 1 | --- |
| 2 | title: Your First Interaction |
| 3 | description: Talk to an HVE Core agent and see it respond in under 60 seconds |
| 4 | sidebar_position: 4 |
| 5 | author: Microsoft |
| 6 | ms.date: 2026-02-19 |
| 7 | ms.topic: tutorial |
| 8 | keywords: |
| 9 | - getting started |
| 10 | - first interaction |
| 11 | - memory agent |
| 12 | - github copilot |
| 13 | estimated_reading_time: 2 |
| 14 | --- |
| 15 | |
| 16 | > [!NOTE] |
| 17 | > Step 1 of 4 in the [Getting Started Journey](./). |
| 18 | |
| 19 | Before diving into workflows and methodologies, confirm that everything works. |
| 20 | You need one agent interaction that produces a visible result. |
| 21 | |
| 22 | ## Talk to the Memory Agent |
| 23 | |
| 24 | 1. Open GitHub Copilot Chat (`Ctrl+Alt+I`). |
| 25 | 2. Select the **memory** agent from the agent picker. |
| 26 | 3. 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 | |
| 34 | 4. 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 | |
| 40 | Now verify that other agents can read what the memory agent stored. |
| 41 | |
| 42 | 1. Open a new Copilot Chat thread. |
| 43 | 2. Type this prompt: |
| 44 | |
| 45 | > Explain what this repository does and how it helps someone in my role. |
| 46 | |
| 47 | 3. 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 | |
| 51 | You just proved four things: HVE Core is installed, agents respond to natural |
| 52 | language, the memory system creates real files, and other agents use those |
| 53 | files to personalize their responses. |
| 54 | |
| 55 | ## What Is the Memory Agent? |
| 56 | |
| 57 | The memory agent stores notes that persist across conversations. Agents and |
| 58 | prompts can read these notes to personalize their behavior. When you told it |
| 59 | your role, every future interaction can use that context without you repeating |
| 60 | it. |
| 61 | |
| 62 | This is a small example of a larger pattern in HVE Core: agents produce |
| 63 | artifacts (files, documents, plans) rather than chat responses alone. The |
| 64 | artifacts carry context forward so you don't repeat yourself. |
| 65 | |
| 66 | ## Next Step |
| 67 | |
| 68 | Now 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, |
| 75 | then carefully refined by our team of discerning human reviewers.* |
| 76 | <!-- markdownlint-enable MD036 --> |