Modern copilot studio with new canvas workflow design
Copilot Studio has recently undergone a massive shift toward "agentic" capabilities, moving beyond simple chatbots to autonomous agents that can reason and act.
As of early 2026, here are the most significant updates for agentic flows:
1. New "Workflows" (Public Preview)
Microsoft recently introduced a redesigned visual canvas specifically for Workflows. This is a dedicated, agentic-led way to build automation.
- Deterministic Execution: Unlike open-ended chat, these follow a rule-based path where the same input always produces the same output.
- Native AI Actions: You can now drag and drop native AI capabilities—like summarization or data extraction—directly into the flow.
- Agent Handoffs: A workflow can now pause and hand off a task to another specialized agent or a human, then resume once the task is complete.
2. "Computer Use" Agents (CUA)
One of the most advanced "agentic" features is the ability for agents to interact with legacy software that lacks an API.
- UI Navigation: Agents can "see" a screen, click buttons, and type into fields on a hosted Windows 365 Cloud PC.
- Use Case: This is ideal for tasks like entering data into old ERP systems or scraping market research from websites that don't have structured data feeds.
3. Multi-Agent Orchestration (A2A)
Copilot Studio now supports Agent-to-Agent (A2A) communication.
- Specialization: Instead of one giant, "know-it-all" agent, you can build several "sub-agents" (e.g., one for pricing, one for technical docs).
- Delegation: A "Primary Agent" can now intelligently delegate parts of a complex user request to these specialized sub-agents and combine their answers into a single response.
4. Advanced "Agentic RAG"
Retrieval Augmented Generation (RAG) has become more intelligent:
- Contextual Reading: Agents no longer just "search" for keywords; they can intelligently decide whether to read an entire SharePoint file or just specific sections based on the query.
- Comparison: They can now compare multiple files (like two different versions of a policy) directly within SharePoint to highlight differences.
5. Human-in-the-Loop (HITL) Integration
To keep agentic flows safe, Microsoft added the "Request Information" action.
- Approval Breaks: If an agent reaches a high-stakes decision (like approving a $10,000 refund), it can automatically send a structured request to a human via Outlook.
- Dynamic Resumption: The flow pauses until the human responds, and then uses that human input as a parameter to continue the process.
Pro Tip: To access many of these "agentic" features, ensure you are using the preview environment via preview.microsoft.com, as many of the advanced visual designers are currently in public preview.
No comments:
Post a Comment