What problem does it solve?
This Skill enables teams to design and run production-grade multi-agent workflows that combine local client-side orchestration with cloud-managed agents, enabling scalable, privacy-conscious AI automation.
Core Features & Use Cases
- Multi-agent orchestration: supports sequential, parallel (fan-out/fan-in), and hybrid patterns across Microsoft Agent Framework and Azure AI Foundry.
- MCP integration: enables tool calls and approvals for external services within agent workflows.
- Production resilience: includes retry with backoff, circuit breaker, and workflow checkpointing for long-running processes.
- Use Case: implement a cloud+local data processing pipeline that runs locally for sensitive data and leverages cloud reasoning for scale.
Quick Start
Run the hybrid workflow demo with real Azure credentials. Example steps:
- Configure environment variables (PROJECT_ENDPOINT, AZURE_OPENAI_ENDPOINT, AZURE_OPENAI_CHAT_DEPLOYMENT_NAME, MODEL_DEPLOYMENT_NAME).
- Install dependencies from requirements.txt.
- Run the v1 demo: python scripts/hybrid_workflow_demo.py
- Or run the v2 demo: python scripts/hybrid_workflow_demo_v2.py