Skip to content

An LLM-integrated issue triager for the Godot Engine repo which converts natural-language bug reports into structured routing records.

License

Notifications You must be signed in to change notification settings

paul-rl/godot-issue-triager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An NLP Pipeline which ingests issues from the Godot engine repo and converts them into structured routing records. This enables faster, more consistent assignment and prioritization with measurable reliability.

The schema will look as follows:

{
    "issue_type": "bug" | "feature_request" | "discussion" | "docs" | "other",
    "components": ["rendering", "gui", ...],
    "platform": ["windows|linuxbsd|macos|android|web|unknow"],
    "impact": ["high_priority", "regression", ...],
    "needs_human_traige": false,
    "confidence": 0.0
}```

About

An LLM-integrated issue triager for the Godot Engine repo which converts natural-language bug reports into structured routing records.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •