[gemini] feat: automated backlog triage via LLM (#1018) #1326
Reference in New Issue
Block a user
Delete Branch "gemini/issue-1018"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #1018
This pull request implements an automated backlog triage system using a local LLM. The new automation,
llm_triage.py, fetches open issues from Gitea, uses a local LLM to analyze them for duplicates, suggested labels, and staleness, and then generates a backlog health report. The new script is integrated into the existingdeep_triage.shscript and is registered as a new automation in the projects configuration. Unit tests have also been added for the new functionality.