Add Markitect bridge and activation quality
This commit is contained in:
parent
8089a7c8fa
commit
1efb7d4c13
19 changed files with 871 additions and 43 deletions
16
tests/fixtures/activation-quality-report.json
vendored
Normal file
16
tests/fixtures/activation-quality-report.json
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"explanation_coverage": 1.0,
|
||||
"omitted_required_nodes": [
|
||||
"artifact.profile"
|
||||
],
|
||||
"policy_denied_required_nodes": [
|
||||
"artifact.profile"
|
||||
],
|
||||
"provenance_coverage": 0.0,
|
||||
"selected_expected_nodes": [
|
||||
"decision.boundary"
|
||||
],
|
||||
"source_span_coverage": 1.0,
|
||||
"stale_item_activation_count": 0,
|
||||
"token_budget_utilization": 0.45
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue