·azure-ai-agents-python
</>

azure-ai-agents-python

microsoft/agent-skills

使用 Azure AI 代理 Python SDK (azure-ai-agents) 构建 AI 代理。使用工具(文件搜索、代码解释器、Bing Grounding、Azure AI 搜索、函数调用、OpenAPI、MCP)创建托管在 Azure AI Foundry 上的代理、管理线程和消息、实施流式响应或使用矢量存储时使用。这是低级 SDK - 对于更高级别的抽象,请改用代理框架技能。

0安装·0热度·@microsoft

安装

$npx skills add https://github.com/microsoft/agent-skills --skill azure-ai-agents-python

SKILL.md

Build agents hosted on Azure AI Foundry using the azure-ai-agents SDK.

The basic agent lifecycle: create agent → create thread → create message → create run → get response

| Code Interpreter | CodeInterpreterTool | Execute Python, generate files | | File Search | FileSearchTool | RAG over uploaded documents | | Bing Grounding | BingGroundingTool | Web search | | Azure AI Search | AzureAISearchTool | Search your indexes | | Function Calling | FunctionTool | Call your Python functions | | OpenAPI | OpenApiTool | Call REST APIs |

使用 Azure AI 代理 Python SDK (azure-ai-agents) 构建 AI 代理。使用工具(文件搜索、代码解释器、Bing Grounding、Azure AI 搜索、函数调用、OpenAPI、MCP)创建托管在 Azure AI Foundry 上的代理、管理线程和消息、实施流式响应或使用矢量存储时使用。这是低级 SDK - 对于更高级别的抽象,请改用代理框架技能。 来源:microsoft/agent-skills。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/microsoft/agent-skills --skill azure-ai-agents-python
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 azure-ai-agents-python?

使用 Azure AI 代理 Python SDK (azure-ai-agents) 构建 AI 代理。使用工具(文件搜索、代码解释器、Bing Grounding、Azure AI 搜索、函数调用、OpenAPI、MCP)创建托管在 Azure AI Foundry 上的代理、管理线程和消息、实施流式响应或使用矢量存储时使用。这是低级 SDK - 对于更高级别的抽象,请改用代理框架技能。 来源:microsoft/agent-skills。

如何安装 azure-ai-agents-python?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/microsoft/agent-skills --skill azure-ai-agents-python 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/microsoft/agent-skills