Skip to content

Commit bda6aee

Browse files
authored
Merge branch 'main' into copilot/agent-agnostic-ops
2 parents 85c3149 + ec8e11a commit bda6aee

2 files changed

Lines changed: 34 additions & 12 deletions

File tree

.github/workflows/agentics-maintenance.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
await main();
175175
176176
- name: Install gh-aw
177-
uses: github/gh-aw-actions/setup-cli@v0.72.1
177+
uses: github/gh-aw-actions/setup-cli@bc56a0cad2f450c562810785ef38649c04db812a # v0.72.1
178178
with:
179179
version: v0.72.1
180180

@@ -309,7 +309,7 @@ jobs:
309309
await main();
310310
311311
- name: Install gh-aw
312-
uses: github/gh-aw-actions/setup-cli@v0.72.1
312+
uses: github/gh-aw-actions/setup-cli@bc56a0cad2f450c562810785ef38649c04db812a # v0.72.1
313313
with:
314314
version: v0.72.1
315315

@@ -355,7 +355,7 @@ jobs:
355355
await main();
356356
357357
- name: Install gh-aw
358-
uses: github/gh-aw-actions/setup-cli@v0.72.1
358+
uses: github/gh-aw-actions/setup-cli@bc56a0cad2f450c562810785ef38649c04db812a # v0.72.1
359359
with:
360360
version: v0.72.1
361361

@@ -489,7 +489,7 @@ jobs:
489489
await main();
490490
491491
- name: Install gh-aw
492-
uses: github/gh-aw-actions/setup-cli@v0.72.1
492+
uses: github/gh-aw-actions/setup-cli@bc56a0cad2f450c562810785ef38649c04db812a # v0.72.1
493493
with:
494494
version: v0.72.1
495495

README.md

Lines changed: 30 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,46 @@
1-
# agentic-ops
1+
# `agentic-ops` [![CI](https://github.com/githubnext/agentic-ops/actions/workflows/ci.yml/badge.svg)](https://github.com/githubnext/agentic-ops/actions/workflows/ci.yml)
22

3-
[![CI](https://github.com/githubnext/agentic-ops/actions/workflows/ci.yml/badge.svg)](https://github.com/githubnext/agentic-ops/actions/workflows/ci.yml)
3+
> "Audit token spend, surface waste, and optimize agentic workflows with confidence!"
44
5-
This repo contains a small set of GitHub Agentic Workflows for auditing token usage across agentic workflows and highlighting workflows that should be optimized.
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

7-
## Usage
7+
## Introduction
88

9-
To add one of these workflows to your repo, use `gh aw add <owner>/<repo>/<workflow-name>`.
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+
11+
## Key Features
12+
13+
- **Clear operational visibility** with a daily token audit that captures usage, cost, trends, and workflow-level hotspots.
14+
- **Actionable optimization guidance** that identifies high-token workflows and proposes safe, conservative improvements.
15+
- **Faster cost control** by helping teams find waste before it becomes a recurring operational expense.
16+
- **Built for real GitHub workflows** using GitHub Agentic Workflows, so installation and adoption fit naturally into existing repositories.
17+
- **Useful historical context** through shared snapshots that support trend analysis instead of one-off debugging.
18+
- **A focused bundle** that gives you both measurement and optimization, not just another standalone report.
19+
20+
## Quick Start
21+
22+
Install the bundle with `gh aw add`:
1023

1124
```bash
1225
gh aw add githubnext/agentic-ops/agentic-token-audit githubnext/agentic-ops/agentic-token-optimizer
26+
27+
# Then compile the installed workflows in your repository
28+
gh aw compile
1329
```
1430

15-
This adds the workflow to `.github/workflows/`. For guided setup, use `gh aw add-wizard githubnext/agentic-ops/agentic-token-audit`.
31+
After installation, you can use the included workflows to:
1632

17-
Release history lives in [CHANGELOG.md](CHANGELOG.md).
33+
- run a daily audit of workflow token usage
34+
- identify the workflows consuming the most tokens
35+
- generate optimization recommendations grounded in recent run data
1836

19-
## Workflows
37+
Included workflows:
2038

2139
| Workflow | What it does |
2240
| ----- | --- |
2341
| [`Daily Agentic Workflow Token Usage Audit`](https://github.com/githubnext/agentic-ops/blob/main/workflows/agentic-token-audit.md?plain=1) | Collects recent agentic workflow usage and creates a daily audit snapshot. |
2442
| [`Agentic Workflow Token Usage Optimizer`](https://github.com/githubnext/agentic-ops/blob/main/workflows/agentic-token-optimizer.md?plain=1) | Analyzes expensive workflows and proposes conservative token-reduction changes. |
43+
44+
## License
45+
46+
MIT

0 commit comments

Comments
 (0)