agent-framework-azure-ai-py
仓库创建 2026年1月15日最近提交 4 小时前SkillHot 收录 4 小时前
▸ 精选理由
为使用 Azure 的团队提供现成的持久化代理框架与部署路径。
▸ 风险提示
依赖 Azure 服务与账号并可能产生费用,需云端权限。
这个 Skill 做什么
基于 Azure AI Foundry 与 Microsoft Python SDK 构建持久化代理。
教你用 Microsoft 的 Python SDK 和 Azure AI Foundry 搭持久化代理,覆盖 Agent.run()、流式运行和托管 Tools(函数、代码、搜索、Web 等)的整合方式。会在需要把 agent 常驻云端、保持会话状态并调用多种工具时用到。特点是与 Azure AI 平台深度集成,便于把本地逻辑迁移到托管服务并利用云端能力。
▸ 展开 SKILL.md 英文原文
Build persistent agents on Azure AI Foundry using the Microsoft Agent Framework Python SDK.
4.4w
Stars
6.5k
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/sickn33/agentic-awesome-skills/main/skills/agent-framework-azure-ai-py/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/sickn33/agentic-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 公开信息 · 原文版权归作者所有