Files
wehub-resource-sync e768098d0e
Flake8 Lint / flake8 (push) Waiting to run
Publish Promptflow Doc / Build (push) Waiting to run
Publish Promptflow Doc / Deploy (push) Blocked by required conditions
Spell check CI / Spell_Check (push) Waiting to run
tools_continuous_delivery / Private PyPI non-main branch release (push) Has been skipped
tools_continuous_delivery / Private PyPI main branch release (push) Failing after 2m42s
chore: import upstream snapshot with attribution
2026-07-13 13:39:52 +08:00

33 lines
965 B
Plaintext

# Root requirements — covers all samples in this repo.
# MAF core and foundry are GA (1.0.1). Orchestrations and Azure AI Search are
# still in preview and require --pre on a separate pip install command.
# GA packages
agent-framework>=1.0.1
agent-framework-foundry>=1.0.1
# Preview packages — install separately with --pre:
# pip install agent-framework-orchestrations --pre
# pip install agent-framework-azure-ai-search --pre
# pip install agent-framework-devui --pre (Phase 2 visualization only)
agent-framework-orchestrations>=1.0.0b260409
agent-framework-azure-ai-search>=1.0.0b260409
agent-framework-devui>=1.0.0b260409
# Evaluation (Phase 3)
azure-ai-evaluation>=1.16.0
# Deployment wrapper (Phase 4b)
fastapi>=0.115.0
uvicorn>=0.34.0
python-dotenv>=1.0.0
# Tracing (Phase 4a)
azure-monitor-opentelemetry>=1.6.4
# Azure identity — used by FoundryChatClient for authentication
azure-identity>=1.19.0
# Parity check (Phase 3)
pandas>=2.2.0