This repository is a tech blog that records the AI Agent and Copilot Studio content I presented during my Microsoft internship. It archives the presentation as chapter-based posts, together with practice notes and reference images.
- Covers the flow from AI Agent fundamentals to Custom Agent setup.
- Documents the presentation outline, hands-on practice, and demo notes.
- Keeps blog posts, attachments, and image assets together in one repo.
- Chapter 00. What is an AI Agent?
- Chapter 01. Environment Setup
- Chapter 02. Using a Pre-built Agent
- Chapter 03. Building a Custom Agent
- posts/: blog post markdown files
- public/images/: image assets used in posts
- public/files/: presentation materials and attachments
npm install
npm run devMicrosoft 인턴십 기간에 발표했던 AI Agent와 Copilot Studio 관련 내용을 정리해 둔 기술 블로그입니다. 발표 자료를 챕터별 글로 남기고, 실습 과정과 참고 이미지를 함께 아카이브합니다.
- AI Agent의 기본 개념부터 Custom Agent 구성까지 단계별로 정리합니다.
- 발표 당시의 실습 흐름을 따라가며 개념 설명과 데모 내용을 함께 기록합니다.
- 블로그 글, 첨부 파일, 이미지 리소스를 저장소 안에서 같이 관리합니다.
- Chapter 00. AI Agent란 무엇인가?
- Chapter 01. 실습 환경 사전 세팅
- Chapter 02. Pre-built Agent 사용하기
- Chapter 03. Custom Agent 만들기
- posts/: 블로그 본문 마크다운
- public/images/: 글에서 사용하는 이미지 리소스
- public/files/: 발표 자료나 첨부 파일
npm install
npm run devMIT License