Ugrás a fő tartalomra

AI Agents Hack: Python Track

Csatlakozzon a Microsoft Reactorhoz, és vegye fel a kapcsolatot startupokkal és fejlesztőkkel élőben

Készen áll az AI használatának megkezdésére? A Microsoft Reactor eseményekkel, képzésekkel és közösségi forrásokkal segíti a startupokat, a vállalkozókat és a fejlesztőket abban, hogy a következő vállalkozásukat mi-technológiára építsék. Tartson velünk!

AI Agents Hack: Python Track

Csatlakozzon a Microsoft Reactorhoz, és vegye fel a kapcsolatot startupokkal és fejlesztőkkel élőben

Készen áll az AI használatának megkezdésére? A Microsoft Reactor eseményekkel, képzésekkel és közösségi forrásokkal segíti a startupokat, a vállalkozókat és a fejlesztőket abban, hogy a következő vállalkozásukat mi-technológiára építsék. Tartson velünk!

Vissza

AI Agents Hack: Python Track

  • Formátum:
  • alt##LivestreamLivestream

Téma: Alapvető AI

  • Események ebben a sorozatban:
  • 17

🚀 AI Agents Hackathon 2025 – Build the Future of AI! 🚀

🛠️ Build, innovate, and #Hacktogether! 🛠️

2025 is the year of AI agents! But what exactly is an agent, and how can you build one? Whether you're a seasoned developer or just starting out, this FREE three-week virtual hackathon is your chance to dive deep into AI agent development.

🔥 Learn from 20+ expert-led sessions streamed live on YouTube, covering top frameworks like Semantic Kernel, Autogen, the new Azure AI Agents SDK and the Microsoft 365 Agents SDK.

💡 Get hands-on experience, unleash your creativity, and build powerful AI agents—then submit your hack for a chance to win amazing prizes! 💸

Don't miss out—join us and start building the future of AI! 🔥


📅 Key Dates:

📌 Expert sessions: April 8 – April 30

📌 Hack submission deadline: April 30, 11:59 PM PST


Check out other content tracks and local language series here:

Want to continue your learning? Check out these related sessions:


Learn more about the Hackathon and read the official rules at https://microsoft.github.io/AI_Agents_Hackathon/

Közelgő események

Kattintson az alábbi eseményekre, ha többet szeretne megtudni, és regisztrálni szeretne az egyes eseményekre.

Minden alkalommal a - Koordinált egyetemes idő

ápr.

09

szerda

2025

Build your code-first app with Azure AI Agent Service (EMEA/US offering)

4:00 du. - 5:00 du. (UTC)

The Azure AI Agent Service is a seamless blend of service and SDK that simplifies the development of robust AI-driven solutions. In this session, you'll learn how to build your own code-first AI agent with Azure that can answer questions, perform data analysis, and integrate external data sources. You'll also explore more complex architectures, including multiple agents working together.

  • Formátum:
  • alt##LivestreamLivestream

Téma: Alapvető AI

Nyelv: Angol

Részletek

ápr.

09

szerda

2025

Build your code-first app with Azure AI Agent Service (APAC offering)

10:00 du. - 11:00 du. (UTC)

The Azure AI Agent Service is a seamless blend of service and SDK that simplifies the development of robust AI-driven solutions. In this session, you'll learn how to build your own code-first AI agent with Azure and Python that can answer questions, perform data analysis, and integrate external data sources. You'll also explore more complex architectures, including multiple agents working together. Follow along: Create agentic AI solutions by using Azure AI Foundry Practical Foundation for AI Agents: A Developer's Guide on Azure AI Foundry, Apps, and Data

  • Formátum:
  • alt##LivestreamLivestream

Téma: Alapvető AI

Nyelv: Angol

Részletek

ápr.

10

csütörtök

2025

Transforming Business Processes with Multi-Agent AI using Semantic Kernel

7:00 du. - 8:00 du. (UTC)

Discover the power of multi-agent AI systems through live demonstrations and hands-on learning with patterns including group-chat, reflection, selector, and swarm. Harness the Semantic Kernel Process Framework to automate and scale critical business processes, from customer support to project management using Python. Follow along: Create agentic AI solutions by using Azure AI Foundry Practical Foundation for AI Agents: A Developer's Guide on Azure AI Foundry, Apps, and Data

  • Formátum:
  • alt##LivestreamLivestream

Téma: Alapvető AI

Nyelv: Angol

Részletek

ápr.

15

kedd

2025

Building Agentic Applications with AutoGen v0.4

4:00 du. - 5:00 du. (UTC)

Getting started to build agents and multi-agent teams using AutoGen v0.4. We will cover an overview of the new AutoGen v0.4 architecture and walk you through how to build a multi-agent team with a web-based user interface.

  • Formátum:
  • alt##LivestreamLivestream

Téma: Alapvető AI

Nyelv: Angol

Részletek

ápr.

15

kedd

2025

Prototyping AI Agents with GitHub Models

10:00 du. - 11:00 du. (UTC)

Thanks to GitHub Models, all you need to build your first AI Agent is a GitHub account! GitHub Models includes powerful models like OpenAI gpt-4o, DeepSeek-R1, Llama-3.1, and many more, ready to try out in the playground or in your code. In this session, we'll demonstrate how to connect to GitHub Models from Python, and then build agents using popular Python packages like PydanticAI, AutoGen, and Semantic Kernel. You can follow along live in GitHub Codespaces, or try the examples yourself anytime after the session.

  • Formátum:
  • alt##LivestreamLivestream

Téma: Alapvető AI

Nyelv: Angol

Részletek

ápr.

16

szerda

2025

Building agents with an army of models from the Azure AI model catalog

4:00 du. - 5:00 du. (UTC)

The Azure AI model catalog offers a big variety of models, with different skills and capabilities. While using an off the shelf model to get you started, as developers use more sophisticated workflows, they can leverage specialized models to make the job in their framework of choice. In this presentation we go over the model catalog offering, and how you can build agents that sit of top of an army of models - while not costing you a fortune.

  • Formátum:
  • alt##LivestreamLivestream

Téma: Alapvető AI

Nyelv: Angol

Részletek

ápr.

16

szerda

2025

Multi-Agent API with LangGraph and Azure Cosmos DB

7:00 du. - 8:00 du. (UTC)

The rise of multi-agent AI applications is transforming how we build intelligent systems - but how do you architect them for real-world scalability and performance? In this session, we’ll take a deep dive into a production-grade multi-agent application built with LangGraph for agent orchestration, FastAPI for an API layer, and Azure Cosmos DB as the backbone for state management, vector storage, and transactional data. Through a detailed code walkthrough, you’ll see how to design and implement an agent-driven workflow that seamlessly integrates retrieval-augmented generation (RAG), memory persistence, and dynamic state transitions. We’ll cover: Agent collaboration with LangGraph for structured reasoning Real-time chat history storage using Azure Cosmos DB - the same database that powers the chat history in ChatGPT, the fastest-growing AI agent application in history Vector search for knowledge retrieval with Cosmos DB's native embeddings support FastAPI’s async capabilities to keep interactions responsive and scalable By the end of this session, you’ll have a clear blueprint for building and deploying your own scalable, cloud-native multi-agent applications that harness the power of modern AI and cloud infrastructure. Whether you're an AI engineer, cloud architect, or Python developer, this talk will equip you with practical insights and battle-tested patterns to build the next generation of AI-powered applications

  • Formátum:
  • alt##LivestreamLivestream

Téma: Alapvető AI

Nyelv: Angol

Részletek

ápr.

16

szerda

2025

Mastering Agentic RAG

10:00 du. - 11:00 du. (UTC)

Retrieval Augmented Generation (RAG) is a popular technique to get LLMs to answer questions based off your own knowledge base. "Agentic RAG" adds planning, tool use, and reflection to a RAG flow. In this session, we'll demonstrate an Agentic RAG workflow using OpenAI Function Calling with NL2SQL for structured data, Azure AI Search for unstructured data, and Bing Search API for live web search. Follow along: Create agentic AI solutions by using Azure AI Foundry Practical Foundation for AI Agents: A Developer's Guide on Azure AI Foundry, Apps, and Data

  • Formátum:
  • alt##LivestreamLivestream

Téma: Alapvető AI

Nyelv: Angol

Részletek

ápr.

17

csütörtök

2025

Building smarter Python AI agents with code interpreters

4:00 du. - 5:00 du. (UTC)

By giving your agents access to a code interpreter, they instantly become more capable. They can solve math and logic problems, query CSVs and spreadsheets, make graphs, and more. We'll learn about how a AI agents use code interpreters, how to safely use a code interpreter, and how to add a secure and scalable code interpreter to AI agents in just a few lines of code using Azure Container App dynamic sessions.

  • Formátum:
  • alt##LivestreamLivestream

Téma: Alapvető AI

Nyelv: Angol

Részletek

ápr.

17

csütörtök

2025

Agentic Voice Mode Unplugged

10:00 du. - 11:00 du. (UTC)

Join us for an in-depth technical session showcasing Contoso Outdoor's cutting-edge Agentic AI System, designed to redefine customer service interactions. This presentation is geared towards developers interested in the practical implementation of AI technologies in customer support. We'll kick off with a live demo of our AI customer service agent, highlighting its real-time voice mode capabilities. At the heart of this feature is our robust API, which enables seamless, instantaneous communication between the AI agent and customers. Witness how our real-time API handles voice data, allowing the AI to deliver rapid and context-aware responses that enhance the user experience. Our session will break down the system architecture, focusing on the integration of a JavaScript React front-end with a Python FastAPI backend. Participants will get a raw look at the code, providing valuable insights into the development process on both ends of the system. Additionally, we'll cover the technical aspects of working with audio in AI, discussing how multiple AI agents are used effectively through prompting techniques to enhance service delivery. This session is a must-attend for developers looking to understand the intricacies of real-time APIs in multi-agent systems and gain practical knowledge that can be applied to their own projects. Follow along with the content: Find the best model for your generative AI solution with Azure AI Foundry

  • Formátum:
  • alt##LivestreamLivestream

Téma: Alapvető AI

Nyelv: Angol

Részletek

ápr.

22

kedd

2025

Building a AI Agent with Prompty and Azure AI Foundry

1:00 du. - 2:00 du. (UTC)

Join me for an exciting session on building intelligent multi-agent AI applications using Prompty and Azure AI Foundry. We'll start with an overview of Azure AI Foundry and Prompty, and explore how agent systems are designed, and deployed. Next, I’ll guide you through a hands-on project demo showing these tools and components in action. You’ll see how agents use knowledge and available tools to perform actions based on user query. Along the way, I’ll share practical tips on handling tricky error scenarios, debugging, and evaluating your AI systems effectively. https://aka.ms/CreateAgenticAISolutions https://aka.ms/ai_agents_apps__data

  • Formátum:
  • alt##LivestreamLivestream

Téma: Alapvető AI

Nyelv: Angol

Részletek

ápr.

22

kedd

2025

VoiceRAG: talk to your data

10:00 du. - 11:00 du. (UTC)

Our VoiceRAG solution combines Azure OpenAI realtime audio models with Azure AI Search to create an experience that lets users talk realtime with your data. In this session, we'll dive into the architecture: a frontend in JavaScript that uses websockets to send live audio back and forth, and a backend in Python that uses function calling to empower the LLM with retrieval and grounding capability. The same solution can be used to develop real-time agent solutions, like for retail purchasing, education, and customer support. Follow along: Create agentic AI solutions by using Azure AI Foundry Practical Foundation for AI Agents: A Developer's Guide on Azure AI Foundry, Apps, and Data

  • Formátum:
  • alt##LivestreamLivestream

Téma: Alapvető AI

Nyelv: Angol

Részletek

ápr.

23

szerda

2025

Building Multi-Agent Apps on top of Azure PostgreSQL

4:00 du. - 5:00 du. (UTC)

The application showcases a shipping company where agents manage shipments, customers and product informations. The main goal of this repository is to illustrate how easy it is to have agents not just reading data but also acting on them. It extends the "Chat With Your Data" to "Chat and Act on Your Data.

  • Formátum:
  • alt##LivestreamLivestream

Téma: Alapvető AI

Nyelv: Angol

Részletek

ápr.

23

szerda

2025

Agentic RAG with reflection

7:00 du. - 8:00 du. (UTC)

Retrieval Augmented Generation (RAG) is a popular technique to get LLMs to answer questions based off your own knowledge base. "Agentic RAG" adds planning, tool use, and reflection to a RAG flow. In this session, we'll extend our most popular open-source RAG solution with a reflection step, prompting the LLM to realize whether it needs to repeat the retrieval in order to improve the answer quality.

  • Formátum:
  • alt##LivestreamLivestream

Téma: Alapvető AI

Nyelv: Angol

Részletek

ápr.

24

csütörtök

2025

Bringing Robots to Life: Real-Time Interactive Experiences with Azure OpenAI GPT-4o

10:00 du. - 11:00 du. (UTC)

In the era of human-robot interaction, creating truly engaging and intelligent robotic experiences requires real-time, low-latency communication, adaptive behavior, and seamless multimodal integration across text, speech, and vision. Azure The GPT-4o real-time API in Azure OpenAI Service unlocks new possibilities for robotics developers, enabling robots to process natural language and speech, interpret images and context, and generate dynamic responses with minimal latency. In this talk, we’ll explore how real-time capabilities can power interactive backends for robotic and immersive applications, highlighting both its strengths and limitations. We’ll discuss the challenges encountered along the way, the feasibility of using this technology today, and whether it meets the demands of real-world applications or still needs additional capabilities. Through live demos and practical examples, you’ll see how AI-powered robots can revolutionize entertainment, education, customer service, and beyond. Whether you’re a roboticist, AI engineer, or innovator looking to push the boundaries of human-machine interaction, this session will provide actionable insights to take your projects to the next level. Join us to discover how Azure OpenAI is shaping the future of real-time, interactive robotic experiences! Follow along: Create agentic AI solutions by using Azure AI Foundry Find the best model for your generative AI solution with Azure AI Foundry

  • Formátum:
  • alt##LivestreamLivestream

Téma: Alapvető AI

Nyelv: Angol

Részletek

ápr.

29

kedd

2025

Securing AI agents on Azure

4:00 du. - 5:00 du. (UTC)

AI agents are transforming applications with autonomy and intelligence, but how do you keep them secure? This session is a practical deep dive into securing agentic AI on Azure, covering real-world threats, security best practices, and hands-on demos. Follow along with the content here: Build secure and responsible AI solutions and manage generative AI lifecycles Create agentic AI solutions by using Azure AI Foundry

  • Formátum:
  • alt##LivestreamLivestream

Téma: Alapvető AI

Nyelv: Angol

Részletek

Hangszórók

Kérdéseivel forduljon hozzánk a következő címen: reactor@microsoft.com