Declarative Agents for M365 Copilot
Declarative Agents are the manifest-based agent format that runs inside Microsoft 365 Copilot Chat. You author a JSON manifest (name, description, instructions, conversation_starters, capabilities, actions) and Microsoft 365 Copilot does the orchestration. No code path for the LLM — the “declarative” in the name is the point. Pages below are sourced from learn.microsoft.com/microsoft-365-copilot/extensibility.
1 sourced