Getting Started¶
Welcome to the AI Agent Builder Workshop!
In this hands-on workshop, you'll build Travel Assistant, an AI-powered agent that assists users plan trips, search flights, and provide personalized recommendations.
What You'll Build¶
This workshop consists of five progressive labs, each building on the previous one:
- Lab 1: Remember Me - Personalization
- Lab 2: Remember Everything — Memory
- Lab 3: Give It Superpowers — Tools
- Lab 4: Human-in-the-Loop — Approval workflows
- Lab 5: Specialist Team — Multi-agent collaboration
Technologies You'll Use¶
-
Microsoft Agent Framework - SDK for building intelligent, context-aware agents with built-in support for orchestration, memory management, and tool integration.
-
Azure AI Foundry - Used for accessing Azure OpenAI models for inference and generating embeddings.
-
Azure Cosmos DB - NoSQL database service used for storing agent memory and application data.
-
.NET/C# - Backend development of the agent's logic and API.
-
React - Frontend development for the user interface.
-
OpenTelemetry - A standard for observability, used for tracing and monitoring the agent's execution.
Let's Get Started¶
Head over to the Environment Setup page for instructions on setting up your workshop environment.
Happy coding!
