Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 33 additions & 17 deletions .github/workflows/ab-testing-advisor.lock.yml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions .github/workflows/ab-testing-advisor.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ safe-outputs:
title-prefix: "[ab-advisor] "
description: Daily A/B testing advisor that picks a random agentic workflow without an experiments section, devises an experiment campaign to improve it, and creates a GitHub issue with the implementation task
emoji: 🧪
model: copilot/gpt-5.4
model: openai/gpt-5.4
engine:
bare: true
id: pi
model-provider: openai
strict: true
timeout-minutes: 30
tools:
Expand Down
419 changes: 260 additions & 159 deletions .github/workflows/ace-editor.lock.yml

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions .github/workflows/ace-editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
events: [pull_request_comment]
max-daily-ai-credits: 10000
timeout-minutes: 10
engine:
id: codex
model-provider: openai
model: openai/gpt-5.4
strict: false
permissions:
pull-requests: read
Expand Down
53 changes: 30 additions & 23 deletions .github/workflows/agent-persona-explorer.lock.yml

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion .github/workflows/agent-persona-explorer.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ emoji: "🎭"
description: Explores agentic-workflows custom agent behavior by generating software personas and analyzing responses to common automation tasks
on: daily
max-daily-ai-credits: 10000
model: copilot/gpt-5.4
model: openai/gpt-5.4
engine:
id: pi
model-provider: openai
permissions:
contents: read
actions: read
Expand Down
513 changes: 316 additions & 197 deletions .github/workflows/agentic-token-trend-audit.lock.yml

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions .github/workflows/agentic-token-trend-audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ evals:
- id: trend_report_created
question: Was a trend report created with per-workflow AIC data for the requested period?

engine:
id: codex
model-provider: openai
model: openai/gpt-5.4
---

# On-Demand Agentic Workflow AIC Trend Audit
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ai-moderator.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

536 changes: 302 additions & 234 deletions .github/workflows/api-consumption-report.lock.yml

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions .github/workflows/api-consumption-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ permissions:
issues: read
pull-requests: read
discussions: read
copilot-requests: write
tracker-id: api-consumption-report-daily
engine:
id: claude
mcp:
tool-timeout: 10m
id: codex
model-provider: github
Comment on lines +17 to +18
sandbox:
agent:
runtime: cloud-hypervisor
Expand Down Expand Up @@ -51,6 +51,7 @@ evals:
- id: report_with_charts_created
question: Was a report or discussion created with trending charts and quota analysis?

model: copilot/mai-code-1-flash-picker
---

# GitHub API Consumption Report Agent
Expand Down
429 changes: 129 additions & 300 deletions .github/workflows/artifacts-summary.lock.yml

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions .github/workflows/artifacts-summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ permissions:
actions: read
copilot-requests: write
engine:
id: codex
model: copilot/mai-code-1-flash-picker
id: pi
model-provider: openai
model: openai/gpt-5.4
network:
allowed:
- defaults
Expand Down
545 changes: 313 additions & 232 deletions .github/workflows/audit-workflows.lock.yml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions .github/workflows/audit-workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ experiments:
start_date: "2026-07-03"
issue: 43177
engine:
id: claude
mcp:
tool-timeout: 10m
id: codex
model-provider: openai
Comment on lines +31 to +32
tools:
cli-proxy: true
agentic-workflows:
Expand Down Expand Up @@ -68,6 +67,7 @@ evals:
- id: issues_identified_or_noop
question: Were issues, missing tools, errors, and improvement opportunities identified, or was noop used when no problems were found?

model: openai/gpt-5.4
---

# Agentic Workflow Audit Agent
Expand Down
50 changes: 33 additions & 17 deletions .github/workflows/auto-triage-issues.lock.yml

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion .github/workflows/auto-triage-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ permissions:
contents: read
issues: read
copilot-requests: write
model: copilot/gpt-5.4
model: openai/gpt-5.4
engine:
id: pi
model-provider: openai
strict: true
network:
allowed:
Expand Down
472 changes: 274 additions & 198 deletions .github/workflows/avenger.lock.yml

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions .github/workflows/avenger.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ env:
GH_AW_HARNESS_MAX_RETRIES: "4"
tracker-id: avenger-ci
max-turns: 50
model: claude-haiku-4-5
model: openai/gpt-5.4
engine:
id: claude
id: codex
model-provider: openai
network:
allowed:
- defaults
Expand Down
Loading