[isTMS]課程 - AI Agent 開發實戰
 

基本環境說明

學員上課環境:

  1. 建議使用 Windows 10/11(中文版)
  2. 建議使用 Edge 瀏覽器
  3. Postman https://www.getpostman.com/downloads/ or Postwoman https://postwoman.io/
  4. Visual Studio Code https://code.visualstudio.com/
  5. .net core SDK 8.0+ https://dotnet.microsoft.com/download
  6. Visual Studio community (optional, windows only) https://visualstudio.microsoft.com/zh-hant/vs/community/

常用網站

Azure: https://portal.azure.com/#home
Open AI: https://platform.openai.com/api-keys
LINE: https://developers.line.biz/en/

Azure訂閱準備

  1. 申請個人 Microsoft Account 帳號(若您已有一般 hotmail.com 或 outlook.com 信箱,該信箱即是 Microsoft Account)
  2. 若您不確定是否擁有Microsoft Account,可於底下網址申請一個新的: https://account.microsoft.com/account?lang=zh-tw
  3. 完成後,請以該Microsoft Account帳號申請 Azure 站台,可綁信用卡與手機免費獲得200美金試用額度(30天),申請位置位於: https://azure.microsoft.com/zh-tw/pricing/purchase-options/azure-account

開發工具

VS Code: https://code.visualstudio.com/

VS 2022 community(good enough): https://visualstudio.microsoft.com/zh-hant/downloads/

Postman: https://www.postman.com/ https://www.postman.com/downloads/
Postwoman: https://hoppscotch.io/

相關SDK與工具(先安裝VS2022):

image

Bot Framework v4 SDK Templates for Visual Studio: https://marketplace.visualstudio.com/items?itemName=BotBuilder.botbuilderv4

BotFramework-Emulator: https://github.com/microsoft/BotFramework-Emulator/releases/download/v4.11.0/BotFramework-Emulator-4.11.0-windows-setup.exe

trouble shooting

若發生 git 下載 SSL 憑證問題:

https://blog.darkthread.net/blog/update-git-for-windows-ssl-issue/ or

set GIT_SSL_NO_VERIFY=true

安裝docker desktop:

申請 GitHub 帳號

https://github.com/signup?source=form-home-signup&user_email=

image