Skip to content

Commit 490ad40

Browse files
Merge pull request #99 from Azure-Samples/wk1-update
Wk1 update
2 parents 8b13204 + e422c48 commit 490ad40

File tree

7 files changed

+23
-9
lines changed

7 files changed

+23
-9
lines changed

01-Local-AI-Development/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![Foundry Local](./assets/foundry-local-logo.png)
22

3-
Livestream starting soon! **Click below to watch live.**
3+
Livestream starting soon! **Click the image below to watch the recording.**
44

55
[![Reactor Livestream](./assets/poster-quest1.png)](https://www.youtube.com/live/GHH50rDlLn0?si=-i3hPYq1o6H271_z)
66

@@ -30,6 +30,11 @@ With Foundry Local, you gain:
3030
>
3131
> - Achieve **privacy** (no sensitive data leaving the device).
3232
> - Optimize for **latency** using local inference.
33+
>
34+
> Checkout some Foundry Local + JavaScript projects: -
35+
>
36+
> 1. [Interview Doctor](https://github.com/leestott/interview-doctor-js) - AI-powered interview preparation assistant that runs **100% offline** on your local machine
37+
> 1. [Gas Field Support Agent](https://github.com/leestott/local-rag) - A fully offline, on-device Retrieval-Augmented Generation (RAG) support agent for gas field inspection and maintenance engineers.
3338
3439
First step, **installation instructions** for your OS:
3540

02-E2E-Model-Development-on-Foundry/README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
![Foundry Local](./assets/foundry-logo.png)
22

3-
Livestream starting soon! **Click below to register.**
3+
Livestream starting soon! **Click the image below to watch the recording.**
44

5-
[![Reactor Livestream](./assets/poster-quest2.png)](https://developer.microsoft.com/reactor/events/26773/)
5+
[![Reactor Livestream](./assets/poster-quest2.png)](https://www.youtube.com/live/8ded7UAdPTA?si=UwncP4b4tIs1dwLS)
66

77
# Building AI Agents E2E On Microsoft Foundry
88

@@ -21,6 +21,9 @@ Cora needs to meet three requirements:
2121
How do we go from plan to prototype and production, to meet these goals?
2222

2323
## Steps To Complete The Quest
24+
25+
![Note on costs associated with the quest](./assets/image.png)
26+
2427
### 1. Pre-Requisites
2528

2629
To complete the quest, you will need:
@@ -50,10 +53,16 @@ To complete the quest, you will need:
5053
```
5154
1. Your local environment is connected to Azure. ✅
5255

53-
54-
5556
### 4. Complete the Quest
5657

58+
> [!NOTE]
59+
>
60+
> The **Foundry SDK is under active development**.
61+
>
62+
> If you encounter any blockers, unclear steps, or have suggestions to improve the developer experience, please open an issue using the [provided issue template](https://github.com/microsoft/microsoft-foundry-e2e-js/issues/new/choose) - *Bug report/ Build-a-thon Feedback*. Make sure to **apply the label** that matches the step you were on when the issue occurred.
63+
>
64+
> ![Buildathon issue with labels](./assets/buildathon-feedback.png)
65+
5766
The repoistory is setup with a `devcontainer.json` that installs all the required depdencencies and gives you access to a free tier of GitHub Copilot.
5867

5968
Open the `README.md` in that repository to see the various _tasks_ available for that quest.
296 KB
Loading
453 KB
Loading

03-Run-Serverless-RAG-Support-System/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
![Serverless RAG](./assets/favicon.png)
22

3-
Livestream starting soon! **Click below to register.**
3+
Livestream starting soon! **Click the image below to watch the recording.**
44

5-
[![Reactor Livestream](./assets/poster-quest3.png)](https://developer.microsoft.com/en-us/reactor/events/26775/)
5+
[![Reactor Livestream](./assets/poster-quest3.png)](https://www.youtube.com/live/hfx7F7lObdg?si=vEtg3dt411oHcvJG)
66

77
## Overview
88

04-Build-Agents-with-AIToolKit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![AI Toolkit](./assets/aitk.png)
22

3-
Livestream starting soon! **Click below to register.**
3+
Livestream starting soon! **Click the image below to register.**
44

55
[![Reactor Livestream](./assets/poster-quest4.png)](https://developer.microsoft.com/en-us/reactor/events/26776/)
66

05-Run-Burger-Ordering-Agent-System/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![Burger Ordering Agent Logo](./assets/burger-logo.png)
22

3-
Livestream starting soon! **Click below to register.**
3+
Livestream starting soon! **Click the image below to register.**
44

55
[![Reactor Livestream](./assets/poster-quest5.png)](https://developer.microsoft.com/en-us/reactor/events/26786/)
66

0 commit comments

Comments
 (0)