Download the PHP package kanopi/saplings-ai-agents without Composer
On this page you can find all versions of the php package kanopi/saplings-ai-agents. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kanopi/saplings-ai-agents
More information about kanopi/saplings-ai-agents
Files in kanopi/saplings-ai-agents
Package saplings-ai-agents
Short Description Adds an AI powered chatbot for Drupal site building.
License GPL-2.0-or-later
Informations about the package saplings-ai-agents
Saplings - AI Agents
Adds an AI powered chatbot for Drupal site building.
This is a fork of drupal/ai_agents_chatbot_evaluation_recipe with additional OpenAI configuration for faster setup.
Features
- Creates the following Drupal site building agents available to the chatbot:
- Views
- Taxonomy
- Enable module
- Webform
- Content type
- Field type
Installation
To unpack the dependencies of this recipe, you can use the recipe-unpack
command that comes in the kanopi/drupal-starter
repository
Export configuration and commit to git as normal.
Configure OpenAI
While the AI module supports many AI services, this recipe is configure to use OpenAI. If you have set up the Saplings AI CKEditor recipe, this is the same process/key.
- Create an API key at https://platform.openai.com
- Create a key file at
private://keys/openai_provider.key
. That is usually at[webroot]/sites/default/files/private/keys/openai_provider.key
. - Once you are ready to deploy, be sure to place that key in your cloud environments on the site's host. If you place it in the canonical environment, it will get cloned on subsequent multidev clones.
Usage
Users with the Administrator will now have a Chatbot in the bottom right of any page that appears in the admin theme.
All versions of saplings-ai-agents with dependencies
drupal/ai Version 1.0.x-dev
drupal/ai_agents Version 1.0.x-dev
drupal/ai_evaluations Version 1.0.x-dev
drupal/ai_provider_openai Version 1.0.x-dev