This commit was merged in pull request #105.
This commit is contained in:
@@ -4,8 +4,8 @@ Stands in for a forge-native triage agent (triggered when an issue opens) withou
|
||||
It assembles the prompt, then validates and renders the AI's suggestion, and stops at a human
|
||||
confirm. The agent proposes labels and a route; it does not apply them.
|
||||
|
||||
python triage.py prompt # taxonomy + issue -> prompt for the agent
|
||||
python triage.py apply ai-triage.sample.json # validate + render + confirm gate
|
||||
python3 triage.py prompt # taxonomy + issue -> prompt for the agent
|
||||
python3 triage.py apply ai-triage.sample.json # validate + render + confirm gate
|
||||
|
||||
The validation step matters: the agent may only use labels that exist in label-taxonomy.md. A
|
||||
hallucinated label is rejected. Stdlib only, no pip install.
|
||||
|
||||
Reference in New Issue
Block a user