If you are starting a new AI Agent project - try it out!
If you are starting a new AI Agent project - try it out!
- Workflow API that lets you express business or application logic as a computation graph (this is something that was a weak spot for AutoGen)
- Workflow API that lets you express business or application logic as a computation graph (this is something that was a weak spot for AutoGen)
- Middleware support - write hooks to control agent behaviour great for RAI, security, context engineering etc
- Support for Agents backed by various services - Azure Foundry Agent, OpenAI Responses, Google A2A agents, ofcourse with full MCP support
- Middleware support - write hooks to control agent behaviour great for RAI, security, context engineering etc
- Support for Agents backed by various services - Azure Foundry Agent, OpenAI Responses, Google A2A agents, ofcourse with full MCP support
github.com/microsoft/ag...
github.com/microsoft/ag...
There is still more work to be done, and we are all excited to make progress with the community!
I will be writing more and showing more examples - afterall a framework is only useful to the extent that it can be used to easily express ideas.
There is still more work to be done, and we are all excited to make progress with the community!
I will be writing more and showing more examples - afterall a framework is only useful to the extent that it can be used to easily express ideas.
Once it is complete and communicated well, it looks straightforward and simple.
It is not.
Once it is complete and communicated well, it looks straightforward and simple.
It is not.
- How to build agent-to-agent communication with MCP capabilities where MCP hosts and tools both act as intelligent agents
- Four key capabilities that make MCP tools “agentic” – streaming, resumability, durability, and multi-turn interactions
- How to build agent-to-agent communication with MCP capabilities where MCP hosts and tools both act as intelligent agents
- Four key capabilities that make MCP tools “agentic” – streaming, resumability, durability, and multi-turn interactions
[2] Can You Build Agent2Agent Communication on MCP? Yes! developer.microsoft.com/blog/can-you...
[2] Can You Build Agent2Agent Communication on MCP? Yes! developer.microsoft.com/blog/can-you...
- Prompts: Creating reusable LLM prompt templates that can be used to modify host application behavior without modifying client/host application code.
- Prompts: Creating reusable LLM prompt templates that can be used to modify host application behavior without modifying client/host application code.