agent-framework-azure-ai-py
仓库创建 2026年1月15日最近提交 23 天前SkillHot 收录 22 天前
▸ 精选理由
适合在 Azure 平台上构建和运行长期代理的企业开发者。
▸ 风险提示
依赖 Azure 服务与账号权限,可能产生成本与权限风险。
这个 Skill 做什么
基于 Microsoft Agent Framework 与 Azure AI Foundry 构建持久化 Python 代理。
用 Microsoft Agent Framework 的 Python SDK,在 Azure AI Foundry 上搭建长驻的 Python 代理:说明架构、Agent.run()/run_stream() 的用法和如何接入函数、代码/搜索/网页工具等。适合需要在 Azure 上运行持久化代理、保存状态或提供持续服务的场景。特点是把云端持久化、工具集成和运行接口都串起来,便于部署生产级代理。
▸ 展开 SKILL.md 英文原文
Build persistent agents on Azure AI Foundry using the Microsoft Agent Framework Python SDK.
4.2w
Stars
6.8k
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/agent-framework-azure-ai-py/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/agent-framework-azure-ai-py/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Agent Framework Azure Hosted Agents
Build persistent agents on Azure AI Foundry using the Microsoft Agent Framework Python SDK.
## Architecture
```
User Query → AzureAIAgentsProvider → Azure AI Agent Service (Persistent)
↓
Agent.run() / Agent.run_stream()
↓
Tools: Functions | Hosted (Code/Search/Web) | MCP
↓
AgentThread (conversation persistence)
```
## Installation
```bash
# Full framework (recommended)
pip install agent-framework --pre
# Or Azure-specific package only
pip install agent-framework-azure-ai --pre
```
## Environment Variables
```bash
export AZURE_AI_PROJECT_ENDPOINT=via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有