Files
MtoRagSystem/RETRIEX_PATCH_8_COMMERCE_INTENT_YAML_ONLY_README.md
2026-04-30 16:07:20 +02:00

729 B

RetrieX Patch 8 - CommerceIntentConfig YAML-only

Scope:

  • Move CommerceIntentConfig lists, regex patterns, labels, and score thresholds to YAML-only access.
  • Keep CommerceQueryParser, ShopService, PromptBuilder, Retrieval, SSE, and frontend unchanged.

Changed files:

  • config/retriex/intent.yaml
  • src/Config/CommerceIntentConfig.php
  • src/Config/RetriexEffectiveConfigProvider.php

After applying, run:

php bin/console cache:clear
php bin/console mto:agent:config:validate
php bin/console mto:agent:config:audit-source --details
php bin/console mto:agent:regression:test

Expected:

  • CommerceIntentConfig fallback accessors disappear from the source audit.
  • Regression baseline remains green.