About Code Presents Sk Agents
Code Presents Sk Agents is an MCP server published by philippjbauer in the Developer Tools category: 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 MC. It has been installed 0 times through Conduid.
The repository has 12 stars and 3 forks, with the last commit 8 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.
Install
npx code-presents-sk-agentsThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Code Presents Sk Agents
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.
README
AI Agents in Semantic Kernel – Webinar Code
Instructor: Philipp Bauer, Senior Software Architect at CODE Consulting
Webinar Date: December 10, 2025
Overview
This repository contains the code samples and practical implementations from the 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.
Target Audience:
- C#/.NET developers
- AI engineers interested in agent orchestration
- Anyone looking to build production-ready multi-agent systems with Semantic Kernel
Key Topics Covered
- Multi-agent orchestration patterns in .NET
- Integrating persistent vector memory for contextual AI
- Using MCP tools for agent collaboration
- Practical, production-focused code examples
Repository Structure
Agents/– C# agent implementations (AccountAgent, CategoryAgent, etc.)actual-budget-mcp/– MCP tool integration (TypeScript/Node.js)ChatModes/– Chat orchestration modes and logicConfiguration/– App configuration filesHelpers/– Utility and formatting helpersModels/– Data models for agents and chatPlugins/– Example plugin integrationsProgram.cs– Main entry point for the .NET application
Getting Started
-
.NET Solution:
- Open
CODE.Presents.SemanticKernel.slnin Visual Studio or VS Code. - Restore NuGet packages and build the solution.
- Run
Program.csto start the agent system.
- Open
-
MCP Tools (Node.js):
- Navigate to
actual-budget-mcp/. - Run
npm installto install dependencies. - Use the scripts in
src/tools/for MCP integration.
- Navigate to
Prerequisites
Learning Outcomes
- Build and orchestrate multiple AI agents in C#
- Integrate vector memory for persistent context
- Connect agents to external tools (MCP) for real-world workflows
- Apply best practices for scalable, production-ready agent systems
More Resources
For questions or feedback, please contact Philipp Bauer via CODE Consulting.
README mirrored from the source repository 4 months ago. The original is authoritative.