microsoft / microsoft/Power-CAT-Copilot-Studio-Kit
Feature request: Calculate Realised Business Value from Agent Execution Volumes
@psimolin is already working on this.
Since Aug 25, 2026.
- Dominant language
- TypeScript
- Stars
- 450
- Forks
- 95
- Avg merge
- 26m
- Merged PRs (30d)
- 5
Description
Problem statement
User Story
As an Executive Sponsor, I want the Agent Kit to calculate realised value based on agent execution volumes and configured value drivers so that I can see measurable business outcomes.
Problem
An agent that saves 5 minutes per execution has vastly different value depending on whether it runs:
- 10 times
- 1,000 times
- 100,000 times
Without usage multiplication, value remains theoretical.
Justification
Boards and executives care about realised outcomes, not estimated per-use savings.
Proposed solution
Prerequisites
- #819 for the Attributes.
- #820 for the Value Drivers.
Formula
No surprises there...
Realised Value = Agent Executions × Value Per Execution
Can be displayed in a similar table
| Agent | Value Type | Per Execution | Runs | Total |
|---|---|---|---|---|
| HR Assistant | Hours Saved | 0.25 hrs | 40,000 | 10,000 hrs |
| HR Assistant | Cost Saved | $2 | 100,000 | $200,000 |
Approach
Leverage existing:
- Agent Inventory
- Usage Metrics
- Insights Hub
Apply the Value attributes from #819
Report on a time scale (daily/weekly/monthly/etc)
Additional context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.