Dec 9, 2024
0
0
Building Stateful AI Workflows with Semantic Kernel and Dapr
When building scalable, AI-driven services, stateful workflows are often essential to maintaining continuity across invocations. The integration of Semantic Kernel with Dapr’s Virtual Actors enables event-driven, stateful processes with minimal boilerplate. Here's an example process we'll implement in both Python/FastAPI and C#/.NET environments. ...