Creating Declarative Agents with WIQD: From Idea to Code
WIQD turns declarative agent creation into a conversation. Describe the agent, get an opinionated project with externalized instructions and live diagnostics.
~/blog $ ls -lt
Guides, deep dives, and opinions on building declarative agents, API plugins, and everything M365 Copilot extensibility.
WIQD turns declarative agent creation into a conversation. Describe the agent, get an opinionated project with externalized instructions and live diagnostics.
WIQD turns plugin work into a conversation: describe the MCP capability you want, and the tooling handles discovery, validation, provisioning, and evals.
Dynamic client registration lets MCP plugins negotiate OAuth clients through a dedicated DCR auth configuration, removing the manual client ID and secret setup from the Copilot plugin workflow.
Dynamic tool discovery lets Microsoft 365 Copilot resolve MCP server tools at runtime, so new capabilities can appear without repackaging and republishing the agent.
The MeetingActions capability in manifest v1.8 lets declarative agents schedule events, create time-finding polls, and surface calendar time insights.
The EmailActions capability in manifest v1.8 gives declarative agents write access to email: triage, supervised send, inbox rules, and folder management.
June was when declarative agents got interactive UI. MCP Apps put real widgets in Copilot chat, and one MCP server now lights up every Copilot surface.
A video walkthrough of using Agents Toolkit skills and a coding agent to scaffold, wire MCP, generate instructions, validate, and deploy a declarative agent.
A video walkthrough of moving a declarative agent from local development to org-wide publishing, admin approval, distribution, and CI/CD automation.
A video walkthrough of developer mode, debug cards, capability tracing, and versioning to test and troubleshoot a Copilot Chat declarative agent.
Manifest schema v1.7 adds depends_on to conversation starters, so prompts only show up when the capabilities they need are configured.
A video walkthrough of composing an agent ecosystem: worker agents that split broad scenarios into focused specialists you can reuse across teams.