You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`agentic-ops` is a focused bundle of GitHub Agentic Workflows for teams adopting Copilot-powered automation and wanting better visibility into cost, usage, and optimization opportunities. Instead of guessing which workflows are expensive or where token waste is hiding, this package gives you an audit trail, historical reporting, and conservative recommendations you can review before making changes.
5
+
`agentic-ops` is a focused bundle of GitHub Agentic Workflows for teams scaling agentic automation and wanting better visibility into cost, usage, and optimization opportunities. Instead of guessing which workflows are expensive or where token waste is hiding, this package gives you an audit trail, historical reporting, and conservative recommendations you can review before making changes.
6
6
7
7
## Introduction
8
8
9
9
It is built for platform engineers, developer productivity teams, and repository maintainers who are scaling agentic workflows and need a practical way to keep them efficient. The bundle helps solve a common problem with AI automation: token usage grows quickly, but the signals for where to improve are scattered across workflow runs and logs. With `agentic-ops`, you get repeatable workflows that make usage measurable, optimization opportunities actionable, and efficiency work easier to operationalize.
10
10
11
11
## Key Features
12
12
13
-
-**Clear operational visibility** with a daily Copilot token audit that captures usage, cost, trends, and workflow-level hotspots.
13
+
-**Clear operational visibility** with a daily token audit that captures usage, cost, trends, and workflow-level hotspots.
14
14
-**Actionable optimization guidance** that identifies high-token workflows and proposes safe, conservative improvements.
15
15
-**Faster cost control** by helping teams find waste before it becomes a recurring operational expense.
16
16
-**Built for real GitHub workflows** using GitHub Agentic Workflows, so installation and adoption fit naturally into existing repositories.
@@ -30,15 +30,15 @@ gh aw compile
30
30
31
31
After installation, you can use the included workflows to:
32
32
33
-
- run a daily audit of Copilot token usage
33
+
- run a daily audit of workflow token usage
34
34
- identify the workflows consuming the most tokens
35
35
- generate optimization recommendations grounded in recent run data
36
36
37
37
Included workflows:
38
38
39
39
| Workflow | What it does |
40
40
| ----- | --- |
41
-
|[`Daily Copilot Token Usage Audit`](https://github.com/githubnext/agentic-ops/blob/main/workflows/copilot-token-audit.md?plain=1)| Collects recent Copilot workflow usage, stores historical snapshots, and publishes a daily audit summary. |
41
+
|[`Daily Copilot Token Usage Audit`](https://github.com/githubnext/agentic-ops/blob/main/workflows/copilot-token-audit.md?plain=1)| Collects recent workflow token usage, stores historical snapshots, and publishes a daily audit summary. |
42
42
|[`Copilot Token Usage Optimizer`](https://github.com/githubnext/agentic-ops/blob/main/workflows/copilot-token-optimizer.md?plain=1)| Analyzes high-token workflows and recommends conservative efficiency improvements backed by recent run data. |
43
43
44
44
Release history lives in [CHANGELOG.md](CHANGELOG.md).
0 commit comments