fix(agents): export EVALUATION_RULE_REPOSITORY from AgentsModule

The AdminEvaluationRuleController in ConversationModule needs the
EVALUATION_RULE_REPOSITORY token. Even though AgentsModule is @Global(),
Symbol-based providers must be explicitly exported to be available
in other modules.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
hailin 2026-02-06 19:45:38 -08:00
parent 00a0ac3820
commit 51a7589fbf
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ const AnthropicClientProvider = {
exports: [ exports: [
CoordinatorAgentService, CoordinatorAgentService,
EvaluationGateService, EvaluationGateService,
EVALUATION_RULE_REPOSITORY,
// Export specialists for potential direct use // Export specialists for potential direct use
PolicyExpertService, PolicyExpertService,
AssessmentExpertService, AssessmentExpertService,