-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Agent Deep Dive: gh-aw-duplicate-issue-detector
Date: 2026-02-21
Runs analyzed: 20 total (19 success, 0 failure, 1 other)
Run Outcomes
| Run | Date | Conclusion |
|---|---|---|
| run 22262186059 | 2026-02-21 18:40:28 UTC | in_progress |
| run 22262123419 | 2026-02-21 18:36:11 UTC | success |
| run 22261695145 | 2026-02-21 18:07:59 UTC | success |
| run 22261332574 | 2026-02-21 17:44:12 UTC | success |
| run 22261212227 | 2026-02-21 17:36:07 UTC | success |
| run 22260988485 | 2026-02-21 17:21:22 UTC | success |
| run 22260149052 | 2026-02-21 16:23:46 UTC | success |
| run 22260097115 | 2026-02-21 16:20:14 UTC | success |
| run 22260090112 | 2026-02-21 16:19:39 UTC | success |
| run 22259979430 | 2026-02-21 16:11:54 UTC | success |
| run 22259925085 | 2026-02-21 16:08:26 UTC | success |
| run 22259356081 | 2026-02-21 15:28:33 UTC | success |
| run 22259287573 | 2026-02-21 15:23:50 UTC | success |
| run 22250428437 | 2026-02-21 04:36:08 UTC | success |
| run 22250139566 | 2026-02-21 04:15:59 UTC | success |
| run 22249657517 | 2026-02-21 03:42:01 UTC | success |
| run 22249593200 | 2026-02-21 03:37:04 UTC | success |
| run 22249574853 | 2026-02-21 03:35:35 UTC | success |
| run 22249253216 | 2026-02-21 03:11:59 UTC | success |
| run 22248898492 | 2026-02-21 02:47:23 UTC | success |
Failure Analysis
No failed runs were present in the analyzed 20-run window.
Additional observed artifacts:
/tmp/gh-aw/deep-dive/errors.jsonreportedtotal_matches: 0./tmp/gh-aw/deep-dive/manifest.jsonwas empty ([])./tmp/gh-aw/deep-dive/logs/directory was not present.
Tool Call Patterns
Sampled agent-job logs from successful runs:
-
Run 22262123419 (job 64402003271)
-
Run 22261695145 (job 64400937447)
-
Run 22261332574 (job 64400051749)
-
Average turns per run: 18 (using successful tool-call sequence length in sampled runs: 17, 24, 13)
-
Most-called tools:
github-search_issues(26 total),github-issue_read(16 total), safe output tool (safeoutputs-add_comment/safeoutputs-noop) once per run -
Anomalies: no tool failures observed; each sampled run ends with exactly one safe output emission (
output_types: add_commentoroutput_types: noop)
Behavioral Observations
- Prompt sequence adherence is consistent with the workflow definition in
.github/workflows/gh-aw-duplicate-issue-detector.md: context fetch (generate_agents_md), issue read, multiple issue searches, and one terminal safe output. - Search behavior is broad and query-variant heavy in all sampled runs (many semantically similar
search_issuescalls per issue). - The workflow reliably emits a single formatted output type and does not exceed safe-output limits.
Recurring Patterns
Patterns appearing in 2+ sampled runs:
- Initial
generate_agents_mdcall followed byissue_readfor the triggering issue. - Burst of
search_issuesqueries with parameter variation (is:issue,is:closed, phrase variants). - Follow-up
issue_readcalls on candidate issue numbers from search results. - Exactly one final safe output call (
add_commentwhen a match is found,noopotherwise).
Generated by Agent Deep Dive
- expires on Mar 7, 2026, 6:45 PM UTC