IssueTriage fixes

This commit is contained in:
2026-09-21 12:58:10 +03:00
parent f25d9a5fab
commit 3d1df7fee5
8 changed files with 136 additions and 46 deletions
+5
View File
@@ -1,3 +1,8 @@
### 2026-09-21
1. Now comments are directed to team members with care of the language they can read
2. Comments for context are filtered from TriageAgent to avoid hallucination
3. Fixed missing ambiguous comment
### 2026-09-20
1. Each agent has a *Model* for both input and output
2. Implemented base class for Model that provide abstract render_dbg function (allows print debug info in console) and to_prompt_text that allows to summarize a model for prompting