Varbase AI Agents recipe

Provides an AI-powered chatbot for streamlined administration and allows managing multiple agents with distinct functionalities.

Utilizing the AI Agents, AI Assistant API, AI Chatbot modules, and inspired by the outstanding work from the Drupal CMS AI recipe. Optimized for the Varbase standard and flavor.

Drupal Recipe

GitHub: https://github.com/Vardot/varbase_ai_agents

Drupal.org: https://www.drupal.org/project/varbase_ai_agents

After building a project using the varbase-project template, you can see the code of the recipe in:

project_directory
|-- docroot
    |-- recipes
        |-- contrib
            |-- varbase_ai_agents

Add the Recipe Using Composer

composer require drupal/varbase_ai_agents:~1.0.0

Change directory to /web or /docroot

Apply the Recipe with Drush

drush recipe recipes/contrib/varbase_ai_agents

Last updated