Native DAPR Support #5007
Replies: 1 comment
-
|
I am currently running MAF and DAPR together using a custom ASGI middleware....but native support would be awesome. Native Dapr support would elevate MAF agents from isolated scripts into true cloud-native citizens out-of-the-box. It eliminates the need for fragile integration layers and natively transforms agents into resilient Virtual Actors that can seamlessly scale, pause, and migrate across a cluster without developers writing a single line of infrastructure plumbing. Right now, my ASGI middleware is acting as a manual translator intercepting network requests, handling state serialization, and forcing MAF's execution loop to play nice with Dapr's sidecar. Native support drops that boilerplate to zero, letting me focus entirely on building intelligent agent behaviors. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is native DAPR support planned anywhere on the roadmap for MAF? I know semantic kernel had it in its agent framework.
Beta Was this translation helpful? Give feedback.
All reactions