Skip to content

microsoft/enhanced-task-completion

Repository files navigation

Enhanced Task Completion

A showcase site and deployable sample for Enhanced Task Completion in Microsoft Copilot Studio.

Live site: https://microsoft.github.io/enhanced-task-completion/

What's in this repo

Folder Description
src/ Astro site — landing page, scenario walkthroughs, and documentation
sample/ Deployable sample — two agents, two inline MCP connectors, one solution zip

Deploying the sample

The sample includes two Copilot Studio agents that chain 9 tools across two MCP connectors for an e-commerce customer service scenario. Everything runs inside the Power Platform — the connectors use inline C# scripts, so no external servers are needed.

sample/
  solution/          Solution zip — import into any Power Platform environment
  connectors/        Inline MCP connector source (C# scripts + swagger)
  chat-ui-lite/      Optional web chat UI with inline reasoning + tool call rendering

See sample/README.md for step-by-step setup.

Site development

npm install
npm run dev        # http://localhost:4321/enhanced-task-completion/
npm run build      # Build to ./dist/

Contributing

This project welcomes contributions and suggestions. See CONTRIBUTING for details.

License

MIT License. Copyright (c) Microsoft Corporation.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors