refactor: migrate agent configurations and skills to the .agent directory and add project documentation

This commit is contained in:
2026-05-03 16:17:43 +02:00
parent afdfc31d1a
commit eac0e9057e
12 changed files with 37 additions and 33 deletions
@@ -0,0 +1,10 @@
---
name: semantic-kernel-orchestrator
description: Integrating AI logic with .NET Semantic Kernel
---
# AI Implementation Rules
- **Kernel Setup:** Use Microsoft Semantic Kernel with .NET 10.
- **Function Calling:** Define C# Plugins for "Graph Update" and "Quiz Generation".
- **Streaming:** Implement `IAsyncEnumerable<string>` for real-time assistant responses in the UI.
- **Context:** Ensure chapter metadata is passed as Semantic Memory.