Introduction In our previous blogs, we explored what Microsoft Agent Framework is, what AI Agents are, and how workflowsdiffer from them. https://dev.to/sreeni5018/microsoft-agent-framework-combining-semantic-kernel-autogen-for-advanced-ai-agents-2i4i https://dev.to/sreeni5018/building-smart-workflows-with-the-microsoft-agent-framework-part-i-2fej Now, let’s take the next step we’ll build our first workflow using the Microsoft Agent Framework, without using any AI or LLM based services. T...