Ever built an AI agent and thought,
“Wait… I don’t want it to actually run that tool yet”?
That’s where dry-run agents come in — and in this video, I show you exactly how to build one using the Microsoft Agent Framework.
You’ll learn how to simu...
Do you know, you can take a regular Python function — like one that generates a random ID — and turn it into something an AI agent can use. Like, you type “Give me a new ID,” and boom — it runs your code and gives you the result.
No magic. No huge m...
When we think of intelligent agents, we often jump straight to LLMs. But what if you could build smart, explainable workflows using pure logic and modular tools—no LLM required?
In this quick demo, I used the Microsoft Agent Framework to create a cl...
This writeup will show you, how I built smart agents using Microsoft Agent Framework and didn’t need GPT at all! :
!https://coderlegion.com/?qa=blob&qablobid=18026174709125375855
Guess what? I didn’t use any large language model LLM like GPT. No ha...