Make published workflows agent-agnostic#39
Conversation
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
|
@copilot instead of replacing name "copilot" to "agentic", maybe "agent" would be a better choice. Weigh pros and cons. |
|
|
@copilot Recompile workflows |
Re-ran |
✨ Enhancement
What does this improve?
This updates the published workflow package to stop assuming a specific agent engine and to use neutral workflow names. The token audit and optimization workflows are now positioned as agentic workflow tooling rather than Copilot-only workflows.
Why is this valuable?
Hard-coding
engine: copilotand shipping Copilot-branded workflow IDs made the package unnecessarily specific. Removing those assumptions makes the workflows portable across supported agents and aligns the published names with their actual scope.Implementation approach:
Published workflow rename
copilot-token-audit/copilot-token-optimizertoagentic-token-audit/agentic-token-optimizerEngine-neutral workflow sources
engine: copilotdeclarations from workflow sources--engine copilotfiltering fromgh aw logscollection so the audit/optimizer operate across agentic workflow runsRepo integration updates
Example