Skip to content

feat(workflows): add log-watcher community AW#18

Merged
adamhenson merged 2 commits into
mainfrom
feat/add-log-watcher-workflow
May 29, 2026
Merged

feat(workflows): add log-watcher community AW#18
adamhenson merged 2 commits into
mainfrom
feat/add-log-watcher-workflow

Conversation

@adamhenson
Copy link
Copy Markdown
Contributor

Adds workflows/log-watcher.md - a community agentic workflow that fires after monitored agent workflow runs complete, downloads the agent-artifacts artifact written by gh-aw's firewall, scans run logs and token data for error patterns, retry loops, and anomalies, then posts a diagnostic health report on the associated PR or creates a diagnosis issue.

This workflow is referenced from the githubnext/agentics README as a community AW maintained in this repo.

What it detects

  • Error, exception, and fatal signals in run logs
  • Timeout and rate-limit signals (429, context deadline)
  • Retry and tool-call loops (same tool called more than 5 times)
  • Context window truncation warnings
  • Token anomalies: high output ratio, low cache efficiency, total token spikes, unexpected model mixing

Three health levels

  • Healthy: brief one-liner, no noise
  • Degraded: warnings or flagged metrics present
  • Failed: critical errors or non-success conclusion

Related to githubnext/agentics#327.

@github-actions

This comment was marked as resolved.

@adamhenson adamhenson merged commit 4fc8d88 into main May 29, 2026
8 checks passed
@adamhenson

This comment was marked as resolved.

@adamhenson adamhenson deleted the feat/add-log-watcher-workflow branch May 29, 2026 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant