AgentTrainer
Provides a way to use AI technology to train call center agents.
What this module is used for
- Module path:
src/Modules/CloudSolutions.AgentTrainer - Orchard module name:
Agent Trainer - Category:
Agent Trainer - Project website: https://www.winnerware.ai
- Author metadata:
Mike Alhayek
This page is generated from the current repository structure and manifest metadata so it reflects the implementation in the codebase.
How to configure it
- Enable the module or the specific feature from Configuration -> Features in the Orchard Core admin.
- Review the feature dependencies listed below and enable any supporting Orchard Core or CloudSolutions features they require.
- If the module adds settings, recipes, migrations, admin screens, or workflows, configure those pieces after enabling the feature.
- Validate the module in the running site by checking the related admin menu items, content types, permissions, or UI surfaces introduced by the module.
Feature and dependency map
Agent Trainer
- Feature ID:
CloudSolutions.AgentTrainer - Description: Provides a way to use AI technology to train call center agents.
- Category:
Agent Trainer - Dependencies:
CloudSolutions.SignalRCloudSolutions.ReportingCrestApps.OrchardCore.UsersCloudSolutions.SpeechOrchardCore.Notifications
Agent Trainer Storage
- Feature ID:
CloudSolutions.AgentTrainer.Storage - Description: Provides a way to store agent training recording.
- Category:
Agent Trainer - Dependencies:
CloudSolutions.AgentTrainer
Agent Trainer Storage - Azure
- Feature ID:
CloudSolutions.AgentTrainer.Storage.Azure - Description: Provides a way to store agent training recording on Azure blob.
- Category:
Agent Trainer - Dependencies:
CloudSolutions.AgentTrainer.Storage
Implementation signals in the codebase
- Startup class present:
Yes - Data migrations present:
Yes - Recipes present:
No - Controllers present:
Yes - Views present:
Yes - Assets present:
Yes - Workflows present:
Yes - Settings-related files found:
AgentTrainingSettingsDisplayDriver.csAgentTrainingTrimmingSettingsDisplayDriver.csShellSettingsExtensions.cs
Configuration checklist
- Enable the module feature in Orchard Core.
- Confirm the dependency
CloudSolutions.SignalRis available and enabled where needed. - Confirm the dependency
CloudSolutions.Reportingis available and enabled where needed. - Confirm the dependency
CrestApps.OrchardCore.Usersis available and enabled where needed. - Confirm the dependency
CloudSolutions.Speechis available and enabled where needed. - Confirm the dependency
OrchardCore.Notificationsis available and enabled where needed. - Confirm the dependency
CloudSolutions.AgentTraineris available and enabled where needed. - Confirm the dependency
CloudSolutions.AgentTrainer.Storageis available and enabled where needed. - After enabling, verify any content definitions or indexes created by data migrations.
- Review the settings types listed above to locate admin or site-level configuration surfaces.
- If you change frontend assets for this module, rebuild assets with the repository frontend pipeline.
Related documentation
- For Orchard Core framework concepts, see the official Orchard Core documentation.
- For CrestApps AI building blocks and related AI integrations, see the CrestApps Orchard Core documentation.