跳到主要內容
擴音器圖示

Microsoft Build 2026

深入探討 Microsoft Build 的真實程式碼與系統

Building an AI Agent Platform in .NET 10 with GitHub Copilot

加入 Microsoft Reactor 並與開發人員即時互動

準備好開始使用 AI 和最新技術嗎? Microsoft Reactor 提供活動、訓練和社群資源,協助開發人員、企業家和初創公司建置 AI 技術等等。 加入我們!

Building an AI Agent Platform in .NET 10 with GitHub Copilot

加入 Microsoft Reactor 並與開發人員即時互動

準備好開始使用 AI 和最新技術嗎? Microsoft Reactor 提供活動、訓練和社群資源,協助開發人員、企業家和初創公司建置 AI 技術等等。 加入我們!

返回

Building an AI Agent Platform in .NET 10 with GitHub Copilot

  • 格式:
  • alt##Livestream線上直播

主題: Agents

語言: 英文

  • 此系列中的活動:
  • 4

Learn how to build OpenClawNet, a free, production-grade AI agent platform from scratch, using GitHub Copilot as your coding partner. This four-session live series walks you through every stage—from local chatbot to intelligent, autonomous agent—while teaching you how to leverage Copilot's AI-powered coding assistance to accelerate development.

You'll build with cutting-edge .NET 10 technologies: Blazor for a responsive web UI, Minimal APIs for the Gateway, SignalR for real-time communication, and .NET Aspire for orchestration. Start with Ollama for local inference, then integrate Azure OpenAI or Azure AI Foundry for cloud scale. By the end, you'll understand agent architecture, tool calling, memory systems, and production deployment—and you'll see how modern AI coding assistants transform the development workflow.

This series is hands-on. Every session has working code you can follow along with, inspect, and extend. Whether you're an intermediate .NET developer exploring AI, an enterprise architect planning AI features, or a Copilot enthusiast who wants to see it in action, you'll walk away with a reference platform and the patterns to build agents in your own projects.

近期活動

按一下下方的活動以深入了解並註冊個別活動。

時區 - 國際標準時間

4月

22

星期三

2026

OpenClawNet - Tools + Agent Workflows

2:00 下午 - 3:00 下午 (UTC)

In this session we will transform our chatbot into an intelligent agent that can call tools to interact with the outside world. We will build a tool framework with ITool, IToolRegistry, and IToolExecutor interfaces, and implement production-ready tools for file system access, shell commands, web fetching, and task scheduling — all with built-in security guardrails. At the end we will have an agent that reasons through multi-step tasks on its own. Ask it to "Summarize my project's README" or "Check what's in my Downloads folder" — it will break the problem into steps, call the right tools, and report back. Key Topics & Technologies: Agent orchestration and reasoning loops Tool abstraction and design patterns Security considerations (path traversal, command injection, SSRF) Tool UI and result streaming LLM function calling protocol Dependency injection and service registration Structured logging and observability hooks

  • 格式:
  • alt##Livestream線上直播

主題: Agents

語言: 英文

詳細資料

4月

29

星期三

2026

OpenClawNet - Skills + Memory

2:00 下午 - 3:00 下午 (UTC)

In this session we will personalize the agent with skills — reusable knowledge bundles defined in Markdown with YAML frontmatter — and add conversation memory so it retains context across sessions. We will build a skill loader, implement automatic summarization to manage token budgets, and create a UI to toggle skills on and off in real time. At the end we will have an agent that adapts its expertise based on loaded skills and remembers your preferences across conversations. Add a "Git Expert" skill or a "JavaScript Mentor" skill and watch the agent's behavior change. Your users can create custom skills without touching code. Key Topics & Technologies: Skill architecture (Markdown + YAML) Markdown parsing and metadata extraction In-memory caching and skill composition Conversation memory and summarization strategies Token budgeting and context window management Skill UI with toggle controls Workspace customization patterns

  • 格式:
  • alt##Livestream線上直播

主題: Agents

語言: 英文

詳細資料

5月

06

星期三

2026

OpenClawNet - Automation + Azure + Foundry

2:00 下午 - 3:00 下午 (UTC)

In this session we will make the agent production-ready. We will add job scheduling as a background service, integrate Azure OpenAI and Azure AI Foundry as cloud model providers, build monitoring dashboards, and write unit tests that verify the entire stack. At the end we will have a complete, tested, cloud-ready agent platform with production-grade error handling, multiple AI model providers, scheduled automation, and observability dashboards. Deploy it to Azure Container Apps, App Service, or run it on-premises with Ollama. Key Topics & Technologies: BackgroundService for long-running jobs Azure OpenAI integration and model selection Azure AI Foundry (inference, deployments, evaluation) Unit testing patterns for agents and tools Health checks and system diagnostics Job queuing and status tracking Configuration for multi-environment deployments (local, staging, production)

  • 格式:
  • alt##Livestream線上直播

主題: Agents

語言: 英文

詳細資料

演講者

此系列中過去的活動

時區 - 國際標準時間

4月

15

星期三

2026

OpenClawNet - Scaffolding + Gateway + Local Chat

2:00 下午 - 3:00 下午 (UTC)

In this session we will build a fully connected .NET 10 solution that will be the core of OpenClawNet. We will wire up .NET Aspire for service orchestration, build the Gateway API using Minimal APIs, add real-time chat with SignalR, create a Blazor web UI, connect to Ollama for local AI inference, and persist chat history with SQLite and EF Core. At the end we will have a fully functional local chatbot in your browser. Send a message, watch it stream back from your local LLM, and see it persist to the database. A solid foundation for everything that comes next. Key Topics & Technologies: Solution architecture and project organization Aspire service orchestration and health checks ASP.NET Core Minimal APIs and endpoint design SignalR for real-time WebSocket communication Blazor (Server-side rendering) for interactive UI Ollama integration for local LLM inference SQLite with EF Core for session persistence Gateway routing and middleware

  • 格式:
  • alt##Livestream線上直播

主題: Agents

語言: 英文

隨選檢視

註冊這個系列

使用您的 Microsoft 帳戶登入。

登入

或輸入您的電子郵件地址以註冊

*

註冊這個活動,即表示您同意遵守 Microsoft Reactor 管理辦法.

此系列中過去的活動

時區 - 國際標準時間

4月

15

星期三

2026

OpenClawNet - Scaffolding + Gateway + Local Chat

2:00 下午 - 3:00 下午 (UTC)

In this session we will build a fully connected .NET 10 solution that will be the core of OpenClawNet. We will wire up .NET Aspire for service orchestration, build the Gateway API using Minimal APIs, add real-time chat with SignalR, create a Blazor web UI, connect to Ollama for local AI inference, and persist chat history with SQLite and EF Core. At the end we will have a fully functional local chatbot in your browser. Send a message, watch it stream back from your local LLM, and see it persist to the database. A solid foundation for everything that comes next. Key Topics & Technologies: Solution architecture and project organization Aspire service orchestration and health checks ASP.NET Core Minimal APIs and endpoint design SignalR for real-time WebSocket communication Blazor (Server-side rendering) for interactive UI Ollama integration for local LLM inference SQLite with EF Core for session persistence Gateway routing and middleware

  • 格式:
  • alt##Livestream線上直播

主題: Agents

語言: 英文

隨選檢視

本頁面的一部分可能是機器翻譯或人工智能翻譯的.