ОРРКЕСТРАЦИЯ - Усилить agent loop object-centric аудитом и добить pronoun follow-up по документам закупки

This commit is contained in:
2026-04-14 18:47:38 +03:00
parent cb0eb450d7
commit 97b2a9b028
19 changed files with 469 additions and 44 deletions
@@ -16,6 +16,10 @@
"state_continuity_score",
"answer_shape_score",
"evidence_clarity_score",
"focus_object_continuity_ok",
"bundle_reuse_ok",
"followup_action_resolution_ok",
"recommended_state_objects",
"loop_decision",
"requires_user_decision",
"user_decision_type",
@@ -78,6 +82,21 @@
"minimum": 0,
"maximum": 100
},
"focus_object_continuity_ok": {
"type": "boolean"
},
"bundle_reuse_ok": {
"type": "boolean"
},
"followup_action_resolution_ok": {
"type": "boolean"
},
"recommended_state_objects": {
"type": "array",
"items": {
"type": "string"
}
},
"loop_decision": {
"type": "string",
"enum": ["accepted", "continue", "partial", "blocked", "needs_exact_capability"]
@@ -121,6 +140,8 @@
"runtime_capability_gap",
"edge_carryover_gap",
"object_memory_gap",
"followup_action_resolution_gap",
"bundle_reuse_gap",
"field_mapping_gap",
"answer_shape_mismatch",
"ordering_semantics_mismatch",
@@ -170,6 +191,8 @@
"semantic_understanding_gap",
"edge_carryover_gap",
"object_memory_gap",
"followup_action_resolution_gap",
"bundle_reuse_gap",
"field_mapping_gap",
"answer_shape_mismatch",
"ordering_semantics_mismatch",