drupal / varbase_ai_base
A base recipe to install core AI modules and apply default Varbase AI configurations including OpenAI integration, image alt text generation, and CKEditor AI assistant.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Type:drupal-recipe
pkg:composer/drupal/varbase_ai_base
Requires
- drupal/ai: ~1.2.0
- drupal/ai_integration_eca: ~1
- drupal/core: ~11.3.0
- drupal/eca: ~3
- drupal/varbase_ai_agents: 1.0.x-dev
- drupal/varbase_ai_default: 1.0.x-dev
- drupal/varbase_ai_editor_assistant: 1.0.x-dev
- drupal/varbase_ai_image_alt: 1.0.x-dev
- drupal/varbase_ai_taxonomy_tagging: 1.0.x-dev
This package is auto-updated.
Last update: 2026-01-08 18:55:39 UTC
README
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
Included Sub-Recipes
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
Optional Recipes Available
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_taggingvarbase_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