惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

云风的 BLOG
云风的 BLOG
The GitHub Blog
The GitHub Blog
Y
Y Combinator Blog
博客园 - 三生石上(FineUI控件)
T
The Blog of Author Tim Ferriss
宝玉的分享
宝玉的分享
Hugging Face - Blog
Hugging Face - Blog
WordPress大学
WordPress大学
V
Visual Studio Blog
小众软件
小众软件
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
MongoDB | Blog
MongoDB | Blog
V
V2EX
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 【当耐特】
Microsoft Azure Blog
Microsoft Azure Blog
The Cloudflare Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Engineering at Meta
Engineering at Meta
L
LangChain Blog
Martin Fowler
Martin Fowler
GbyAI
GbyAI
博客园 - 司徒正美

博客园 - dudu

test .NET CQRS 的实现中引入 ReadOnlyRepository 初试 .NET CQRS 开源库 LiteBus 什么是 Agentic ? 初试 Microsoft Agent Framework ASP.NET Core 中读取 UserAgent 的正确姿势 记录一下对 ASP.NET Core Middleware 进行单元测试的代码 C# 实现通用的 IdEqualityComparer 用 Angular Signal Inputs 完成一个组件的重构 量子网络操作系统 QNodeOS 资料收集 Kubernetes 集群上部署 Open WebUI 在 Kubernetes 集群的 GPU 节点上部署 Ollama 尝试在 Kubernetes 集群上用阿里云 GPU 实例部署 Ollama + DeekSeek-R1 阿里云 GPU 实例云服务器本地部署 DeepSeek R1 尝试使用阿里云计算巢部署 DeepSeek-R1 Angular 中依赖注入问题造成 Observable 订阅不更新 园子博客后台 Angular 升级:手工迁移至 Standalone Component Angular 中使用 ChildContent 记录 园子博客后台升级至 angular 19 后 eslint 9 迁移记录 学习大模型(LLM)的英文好文收集
初识 Microsoft Agent Framework:一句话介绍
dudu · 2025-10-12 · via 博客园 - dudu

通过张善友的 博文 获悉微软近期发布了一款开源 Agentic 框架,一下子就被吸引了,准备持续关注这个项目。

GitHub 仓库地址:https://github.com/microsoft/agent-framework

收集的一句话介绍:

1)来自 github 仓库介绍

A framework for building, orchestrating and deploying AI agents and multi-agent workflows with support for Python and .NET.

一个用于构建、编排和部署AI智能体与多智能体工作流的框架,支持 Python 和 .NET 开发平台。

2)来自 Azure AI Foundry Blog 的 博文 标题

The Open-Source Engine for Agentic AI Apps

3)来自 .NET 官方博客的 博文

Microsoft Agent Framework is a comprehensive set of .NET libraries that reduces the complexity of agent development.

4)来自 Azure AI Foundry Blog 的另一篇 博文

The Microsoft Agent Framework is the open-source SDK and runtime that simplifies the orchestration of multi-agent systems.

5)来自博文 A developer’s guide to the Microsoft Agent Framework

The Agent Framework offers a structured way to combine model reasoning (think), planning (decide), and tool use (act) so assistants behave predictably under real-world constraints.