Zu Hauptinhalt wechseln
Megafon-Symbol

Baue cloud-native Apps

Bereit für KI? Entdecken Sie, wie Sie cloudnative-Anwendungen mit Azure erstellen und skalieren können.

Let's Learn GitHub Copilot SDK

Treten Sie Microsoft Reaktor bei, und engagieren Sie sich mit Entwicklern live

Sind Sie bereit für die ersten Schritte mit KI und den neuesten Technologien? Microsoft Reactor bietet Veranstaltungen, Schulungen und Communityressourcen, die Entwicklern, Unternehmern und Startups helfen, auf KI-Technologie und mehr aufzubauen. Seien Sie dabei!

Let's Learn GitHub Copilot SDK

Treten Sie Microsoft Reaktor bei, und engagieren Sie sich mit Entwicklern live

Sind Sie bereit für die ersten Schritte mit KI und den neuesten Technologien? Microsoft Reactor bietet Veranstaltungen, Schulungen und Communityressourcen, die Entwicklern, Unternehmern und Startups helfen, auf KI-Technologie und mehr aufzubauen. Seien Sie dabei!

Zurück

Let's Learn GitHub Copilot SDK

  • Format:
  • alt##LivestreamLivestream

Thema: Entwicklertools

Sprache: Englisch, Portugiesisch, Chinesisch (vereinfacht)

  • Events in dieser Reihe:
  • 5

Join this beginner-friendly livestream to learn how to build agentic applications with the GitHub Copilot SDK, without implementing the agent loop yourself. Unlike calling a model API directly, the SDK gives your application programmatic access to Copilot’s agent runtime, including conversation management, planning, tool orchestration, streaming events, and session state. During the session, we’ll explore clients, sessions, prompts, and the agent runtime. You’ll learn how to create multi-turn conversations, stream responses in real time, expose application functions as tools, connect external capabilities through MCP servers, and control agent behavior with hooks and permission handlers. We’ll also help you understand when to use the Copilot SDK instead of the interactive Copilot CLI: use the CLI for developer tasks in the terminal and use the SDK when you want to embed Copilot’s agentic capabilities in your own application or service. No prior experience with the GitHub Copilot SDK is required.

Anstehende Veranstaltungen

Klicken Sie unten auf ein Event, um weitere Informationen zu erhalten und sich für einzelne Events zu registrieren.

Alle Zeiten im Zeitzonenformat - Koordinierte Weltzeit (UTC)

Sep

24

Donnerstag

2026

Let's Learn GitHub Copilot SDK

4:00 PM - 5:30 PM (UTC)

Join this beginner-friendly livestream to learn how to build agentic applications with the GitHub Copilot SDK, without implementing the agent loop yourself. Unlike calling a model API directly, the SDK gives your application programmatic access to Copilot’s agent runtime, including conversation management, planning, tool orchestration, streaming events, and session state. During the session, we’ll explore clients, sessions, prompts, and the agent runtime. You’ll learn how to create multi-turn conversations, stream responses in real time, expose application functions as tools, connect external capabilities through MCP servers, and control agent behavior with hooks and permission handlers. We’ll also help you understand when to use the Copilot SDK instead of the interactive Copilot CLI: use the CLI for developer tasks in the terminal and use the SDK when you want to embed Copilot’s agentic capabilities in your own application or service. No prior experience with the GitHub Copilot SDK is required. Learn more by exploring the resources

  • Format:
  • alt##LivestreamLivestream

Thema: Entwicklertools

Sprache: Englisch

Details

Sep

28

Montag

2026

Let's Learn GitHub Copilot SDK (简体中文)

11:30 AM - 12:30 PM (UTC)

想在自己的应用里嵌入 AI 代理能力,却不想从零实现代理循环?加入这场面向初学者的直播,学习如何用 GitHub Copilot SDK 快速构建智能代理应用。 与直接调用模型 API 不同,SDK 让你以编程方式访问 Copilot 代理运行时——对话管理、任务规划、工具编排、流式事件、会话状态,开箱即用,无需自己造轮子。 本次直播中,我们将带你上手 SDK 的核心概念:客户端(Client)、会话(Session)、提示词(Prompt)与代理运行时(Agent Runtime)。你将学会: 创建多轮对话,并实时流式返回响应 将自己的应用函数注册为工具(Tool),供代理调用 通过 MCP 服务器接入外部能力 使用 Hooks 和权限处理器精细控制代理行为 我们还会讲清楚一个常见问题:什么时候用 Copilot SDK,什么时候用交互式 Copilot CLI? 简单来说——在终端里做开发任务,用 CLI;想把 Copilot 的代理能力嵌入自己的应用或服务,用 SDK。 零基础友好,无需任何 GitHub Copilot SDK 使用经验,带上你的好奇心来就行。

  • Format:
  • alt##LivestreamLivestream

Thema: Entwicklertools

Sprache: Chinesisch (vereinfacht)

Details

Sep

29

Dienstag

2026

Let's Learn GitHub Copilot SDK (Português)

3:00 PM - 4:30 PM (UTC)

Participe desta livestream para iniciantes e aprenda a criar aplicações com agentes usando o GitHub Copilot SDK, sem precisar implementar o loop do agente por conta própria. Diferente de chamar diretamente uma API de modelo, o SDK permite que sua aplicação acesse programaticamente o runtime de agentes do Copilot, incluindo gerenciamento de conversas, planejamento, orquestração de ferramentas, eventos em streaming e estado das sessões. Durante a sessão, vamos explorar clientes, sessões, prompts e o runtime de agentes. Você vai aprender a criar conversas com múltiplas interações, transmitir respostas em tempo real, disponibilizar funções da sua aplicação como ferramentas, conectar recursos externos por meio de servidores MCP e controlar o comportamento do agente usando hooks e permission handlers. Também vamos explicar quando usar o Copilot SDK em vez do Copilot CLI interativo: use o CLI para tarefas de desenvolvimento diretamente no terminal e o SDK quando quiser incorporar as capacidades de agentes do Copilot à sua própria aplicação ou serviço. Não é necessário ter experiência prévia com o GitHub Copilot SDK.

  • Format:
  • alt##LivestreamLivestream

Thema: Entwicklertools

Sprache: Portugiesisch

Details

Sep

30

Mittwoch

2026

Let's Learn GitHub Copilot SDK (Java)

4:00 PM - 5:30 PM (UTC)

Join this beginner-friendly livestream to learn how to build agentic applications with the GitHub Copilot SDK for Java, without implementing the agent loop yourself. Unlike calling a model API directly, the SDK gives your application programmatic access to Copilot’s agent runtime, including conversation management, planning, tool orchestration, streaming events, and session state. During the session, we’ll explore clients, sessions, prompts, and the agent runtime. You’ll learn how to create multi-turn conversations, stream responses in real time, expose application functions as tools, connect external capabilities through MCP servers, and control agent behavior with hooks and permission handlers. We’ll also help you understand when to use the Copilot SDK instead of the interactive Copilot CLI: use the CLI for developer tasks in the terminal, and use the SDK when you want to embed Copilot’s agentic capabilities in your own application or service. No prior experience with the GitHub Copilot SDK is required.

  • Format:
  • alt##LivestreamLivestream

Thema: Entwicklertools

Sprache: Englisch

Details

Okt

01

Donnerstag

2026

Let's Learn GitHub Copilot SDK (Español)

9:00 PM - 10:30 PM (UTC)

Únete a esta transmisión en vivo para principiantes para aprender a construir aplicaciones agentivas con el GitHub Copilot SDK, sin tener que implementar tú mismo el ciclo del agente. A diferencia de llamar directamente a una API de modelo, el SDK proporciona a tu aplicación acceso programático al tiempo de ejecución del agente de Copilot, incluyendo la gestión de conversaciones, planificación, orquestación de herramientas, eventos en streaming y estado de sesión. Durante la sesión, exploraremos clientes, sesiones, prompts y el tiempo de ejecución del agente. Aprenderás a crear conversaciones de múltiples turnos, transmitir respuestas en tiempo real, exponer funciones de la aplicación como herramientas, conectar capacidades externas a través de servidores MCP y controlar el comportamiento del agente con hooks y controladores de permisos. También te ayudaremos a entender cuándo usar el SDK de Copilot en lugar del Copilot CLI interactivo: usa el CLI para tareas de desarrollo en la terminal y usa el SDK cuando quieras integrar las capacidades agentivas de Copilot en tu propia aplicación o servicio. No se requiere experiencia previa con el GitHub Copilot SDK.

  • Format:
  • alt##LivestreamLivestream

Thema: Entwicklertools

Sprache: Spanisch

Details

Referenten

Registrieren für diese Serie

Melden Sie sich mit Ihrem Microsoft-Konto an

Anmelden

Oder geben Sie zur Registrierung Ihre E-Mail-Adresse ein

*
*

Durch Ihre Registrierung für dieses Event erklären Sie sich einverstanden mit den Microsoft Reactor-Verhaltensregeln.

Teile dieser Seite können maschinell oder durch KI übersetzt sein.