Skip to content

Commit dd5dbc0

Browse files
Copilotmnkiefer
andauthored
docs: make README positioning agent-agnostic
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
1 parent 02063f9 commit dd5dbc0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# agentic-ops — audit Copilot token spend, surface waste, and optimize agentic workflows with confidence
1+
# agentic-ops — audit token spend, surface waste, and optimize agentic workflows with confidence
22

33
[![CI](https://github.com/githubnext/agentic-ops/actions/workflows/ci.yml/badge.svg)](https://github.com/githubnext/agentic-ops/actions/workflows/ci.yml)
44

5-
`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.
66

77
## Introduction
88

99
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.
1010

1111
## Key Features
1212

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.
1414
- **Actionable optimization guidance** that identifies high-token workflows and proposes safe, conservative improvements.
1515
- **Faster cost control** by helping teams find waste before it becomes a recurring operational expense.
1616
- **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
3030

3131
After installation, you can use the included workflows to:
3232

33-
- run a daily audit of Copilot token usage
33+
- run a daily audit of workflow token usage
3434
- identify the workflows consuming the most tokens
3535
- generate optimization recommendations grounded in recent run data
3636

3737
Included workflows:
3838

3939
| Workflow | What it does |
4040
| ----- | --- |
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. |
4242
| [`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. |
4343

4444
Release history lives in [CHANGELOG.md](CHANGELOG.md).

0 commit comments

Comments
 (0)