Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AndreRatzenberger/DurableFunctions.SemanticKernel
This project serves as an interactive tutorial series showcasing the integration of Azure Durable Functions with Semantic Kernel, enhanced with a Flask CLI frontend. Each part of the series introduces new functionalities, from simple Q&A agents to complex orchestrations, demonstrating the power of combining cloud computing with AI.
https://github.com/AndreRatzenberger/DurableFunctions.SemanticKernel
azure azure-function durable-functions flask semantic-kernel semantickernel
Last synced: 2 months ago
JSON representation
This project serves as an interactive tutorial series showcasing the integration of Azure Durable Functions with Semantic Kernel, enhanced with a Flask CLI frontend. Each part of the series introduces new functionalities, from simple Q&A agents to complex orchestrations, demonstrating the power of combining cloud computing with AI.
- Host: GitHub
- URL: https://github.com/AndreRatzenberger/DurableFunctions.SemanticKernel
- Owner: AndreRatzenberger
- Created: 2024-03-19T23:09:37.000Z (10 months ago)
- Default Branch: develop
- Last Pushed: 2024-03-28T23:35:45.000Z (10 months ago)
- Last Synced: 2024-08-01T13:20:52.526Z (5 months ago)
- Topics: azure, azure-function, durable-functions, flask, semantic-kernel, semantickernel
- Language: C#
- Homepage:
- Size: 132 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-semantickernel - .NET 8 Isolated - Durable Functions + Semantic Kernel Integration Project
README
# .NET 8 Isolated - Durable Functions + Semantic Kernel Integration Project
This repository hosts multiple tutorial projects demonstrating the integration of Azure Durable Functions as .NET 8 isolated implementation and using Semantic Kernel powered Agents to orchestrate complex tasks with the ability of self-improvement of Agents and how to orchestrate them.
It focuses on constructing Language Learning Model (LLM)-based agents, specifically showcasing the tools Semantic Kernel does offer and how to realize seamless integration and combination with the Durable Functions framework.
The goal is to familiarize developers with the core concepts of Semantic Kernel and the orchestration capabilities of Durable Functions, allowing for sophisticated management of LLM interactions.
## Quick overview of all examples
### Example 01 - Simple Prompt Agent
Simple Durable Functions Project implementing the basics of Durable Functions and building a SemanticKernel Kernel to act as a small agent that can answer simple prompts and questions.
## More Info
For information about the examples take a look at the README.md in the example folder.
## Future Directions
I don't know yet where the journey leads us to but potential for expanding this project is vast, including:
- **Advanced Agent Capabilities**: Explore adding agents with specialized skills or knowledge areas, such as language translation, code generation, or data analysis.
- **Enhanced Orchestration Logic**: Implement more complex orchestration logic that allows agents to collaborate on tasks, pass messages, and make decisions based on previous interactions.
- **Semantic Kernel Extensions**: Delve into developing custom plugins for Semantic Kernel, potentially opening new avenues for task management, scheduling, or integrating with third-party services.