philippjbauer/code-presents-sk-agents
This repository contains the code samples and practical implementations from the "CODE Presents" webinar "Building Intelligent Multi-Agent Systems with Microsoft's Semantic Kernel." The session demonstrates how to orchestrate collaborative AI agents in .NET, featuring persistent vector memory and MCP tool integration.
Demonstrates multi-agent orchestration patterns across .NET and TypeScript, with agents (AccountAgent, CategoryAgent) coordinating through shared vector memory and external MCP tools via stdio transport. The architecture separates agent logic, chat orchestration modes, and plugin integrations into modular components, enabling agents to access persistent context and delegate specialized tasks to external services for real-world workflows like budget management.
Stars
12
Forks
4
Language
C#
License
—
Category
Last pushed
Dec 10, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/philippjbauer/code-presents-sk-agents"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
SciSharp/BotSharp
AI Multi-Agent Framework in .NET
JerrettDavis/JD.AI
AI-powered terminal assistant built on Semantic Kernel.
XpiritCommunityEvents/HOLSemanticKernel
Sample code and exercise files for the Semantic Kernel Hands-on Labs
angangwa/semantic-kernel-tutorial
Hands-on tutorial for Microsoft Semantic Kernel
nisalgunawardhana/Getting-started-with-Semantic-Kernel
This repository provides a hands-on introduction to Microsoft's Semantic Kernel, a lightweight...