~/devreads

#microsoft agent framework

5 posts

Today

Sergey Menshykh 6 min read

Your agents can now discover and load Agent Skills directly from a Model Context Protocol (MCP) server. Instead of shipping every skill inside your application or copying skill folders into each deployment, you point an agent at an MCP server and it pulls the skills it needs on demand. A central team can publish skills […] The post Discover Agent…

agent frameworkagent skillsmcp.netmicrosoft agent framework

15 Jul

Giles Odigwe 4 min read

Your Python agents can now pick up reusable bundles of domain expertise (instructions, reference material, and scripts that load only when a task calls for them) through a stable, production-ready API. Agent Skills for Python in Microsoft Agent Framework is stable and shipping: the core skills API has no experimental gate, so you can rely […] The post Agent Skills…

agent frameworkagent skillsagentspythonmicrosoft agent framework

7 Jul

Sergey Menshykh 4 min read

You can now give your .NET agents reusable packages of domain expertise – instructions, reference documents, and scripts they load only when a task needs them – through a stable, production-ready API. Agent Skills for .NET in Microsoft Agent Framework has moved out of experimental preview – the [Experimental] attribute is removed and the API […] The post Agent Skills…

.netagent frameworkagent skillsagentsmicrosoft agent framework

4 May

24 Apr

Wes Steyn 11 min read

When people talk about building AI agents, they usually focus on models, tools, and prompts. In practice, one of the most important architectural decisions is much simpler: where does the conversation history live? Imagine a user asks your agent a complex question, clicks “try again,” explores two different answers in parallel, and then comes back […] The post Chat History…

agent frameworkaichat historymicrosoft agent framework