Skip to content

[q] optimize agent-performance-analyzer with inline sub-agents #29828

@github-actions

Description

@github-actions

Q Workflow Optimization Report

Issues Found (from live data)

agent-performance-analyzer

  • Log Analysis: 5 runs in last 7 days, 979K total tokens (~196K avg/run), execution drift 0–20 turns
  • Run IDs Analyzed: 25252418996, 24977099842, 25148001674, 25091475936, 24948494564
  • Issues Identified:
    • No inline agents despite 5 distinct phases — main model handles all data extraction
    • Execution drift (0–20 turns) suggests inconsistent entry into data-collection phase
    • Phase 1 (memory reads) and Phase 3 (pattern classification) are pure extraction tasks — ideal for a smaller model

Changes Made

agent-performance-analyzer (.github/workflows/agent-performance-analyzer.md)

  • Added inline-agents: true to features frontmatter
  • Phase 1: Added metrics-extractor sub-agent (claude-haiku-4-5) to read all shared repo-memory files and return structured JSON — eliminates repeated file-read turns by the main model
  • Phase 3: Added pattern-detector sub-agent (claude-haiku-4-5) to classify agent behavioral patterns from profiles — simple classification task that does not need the full model

Expected Improvements

  • ~15–20% token reduction per run by offloading extraction/classification to haiku
  • More consistent turn count (Phase 1 delegation reduces main-model iteration)
  • Faster Phase 1 + Phase 3 execution

Validation

All modified workflows compiled successfully:

  • ✅ agent-performance-analyzer

Note: .lock.yml regenerated automatically after merge.

References

  • Log analysis: run IDs 25252418996, 25148001674, 25091475936, 24977099842, 24948494564
  • Observability insight: drift (medium severity) — turns varied 0–20 across runs
  • Token total (7d): 979,228 tokens across 5 runs

Warning

Protected Files — Push Permission Denied

This was originally intended as a pull request, but the patch modifies protected files. A human must create the pull request manually.

Protected files

The push was rejected because GitHub Actions does not have workflows permission to push these changes, and is never allowed to make such changes, or other authorization being used does not have this permission.

Create the pull request manually
# Download the patch from the workflow run
gh run download 25261418575 -n agent -D /tmp/agent-25261418575

# Create a new branch
git checkout -b q/optimize-agent-performance-analyzer-subagents-031a315bad0ee298 main

# Apply the patch (--3way handles cross-repo patches)
git am --3way /tmp/agent-25261418575/aw-q-optimize-agent-performance-analyzer-subagents.patch

# Push the branch and create the pull request
git push origin q/optimize-agent-performance-analyzer-subagents-031a315bad0ee298
gh pr create --title '[q] optimize agent-performance-analyzer with inline sub-agents' --base main --head q/optimize-agent-performance-analyzer-subagents-031a315bad0ee298 --repo github/gh-aw

🎩 Equipped by Q · ● 2.1M ·

  • expires on May 4, 2026, 8:51 PM UTC

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions