Replies: 1 comment
-
|
Great questions — we're wrestling with similar decisions. On SK vs Agent Framework in production: Semantic Kernel is production-ready today and used in enterprise deployments. The filter architecture ( Agent Framework is promising but still evolving. For initial production release, SK makes sense — you can build with confidence and migrate later if AF's capabilities become compelling. The mental models (plugins, planners, filters) are similar enough that migration shouldn't be a rewrite. Key production considerations (from our experience):
Re: migration complexity: SK → AF migration is less about code rewrite and more about understanding AF's agent lifecycle vs SK's kernel-centric model. Start with SK, invest in solid filter/plugin patterns, and those patterns transfer. We're working on production-hardening examples (prompt validation filters specifically) — happy to share if useful. See PR #13519 for what we're contributing back. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Microsoft Agent Framework is currently in beta with no announced GA date. I believe using preview/beta frameworks in production applications is not recommended.
Is it advisable to:
Looking for:
Beta Was this translation helpful? Give feedback.
All reactions