A base recipe to install core AI modules and apply default Varbase AI configurations.
This recipe provides a complete AI setup including:
- Core AI modules (ai, eca, ai_integration_eca)
- OpenAI integration with default providers and API key configuration
- Automatic image alt text generation
- CKEditor AI Assistant for content editing
This recipe automatically applies the following sub-recipes:
- varbase_ai_default: OpenAI configuration and default provider settings
- varbase_ai_image_alt: AI-powered image alt text generation
- varbase_ai_editor_assistant: CKEditor 5 AI assistant integration
The following optional recipes are available and can be applied separately for extended functionality:
-
varbase_ai_taxonomy_tagging: Automatically tag referenced taxonomy terms based on content entity's body field
drush recipe recipes/contrib/varbase_ai_taxonomy_tagging
-
varbase_ai_agents: AI-powered chatbot for streamlined administration with multiple agent management capabilities
drush recipe recipes/contrib/varbase_ai_agents
Add the recipe using composer:
composer require drupal/varbase_ai_base:~1.0.0
Change directory to /web or /docroot
Run the Drupal recipe bash script:
bash core/scripts/drupal recipe recipes/contrib/varbase_ai_base
or
Run the Drush recipe command:
drush recipe recipes/contrib/varbase_ai_base