Drupal is a registered trademark of Dries Buytaert
drupal 11.3.7 Update released for Drupal core (11.3.7)! drupal 11.2.11 Update released for Drupal core (11.2.11)! drupal 10.6.7 Update released for Drupal core (10.6.7)! drupal 10.5.9 Update released for Drupal core (10.5.9)! cms 2.1.1 Update released for Drupal core (2.1.1)! drupal 11.3.6 Update released for Drupal core (11.3.6)! drupal 10.6.6 Update released for Drupal core (10.6.6)! cms 2.1.0 Update released for Drupal core (2.1.0)! bootstrap 8.x-3.40 Minor update available for theme bootstrap (8.x-3.40). menu_link_attributes 8.x-1.7 Minor update available for module menu_link_attributes (8.x-1.7). eca 3.1.1 Minor update available for module eca (3.1.1). layout_paragraphs 2.1.3 Minor update available for module layout_paragraphs (2.1.3). ai 1.3.3 Minor update available for module ai (1.3.3). ai 1.2.14 Minor update available for module ai (1.2.14). node_revision_delete 2.0.3 Minor update available for module node_revision_delete (2.0.3). moderated_content_bulk_publish 2.0.52 Minor update available for module moderated_content_bulk_publish (2.0.52). klaro 3.0.10 Minor update available for module klaro (3.0.10). klaro 3.0.9 Minor update available for module klaro (3.0.9). layout_paragraphs 2.1.2 Minor update available for module layout_paragraphs (2.1.2). geofield_map 11.1.8 Minor update available for module geofield_map (11.1.8).

tavily

4 sites Security covered
View on drupal.org

Tavily is a service that can figure out context and search results for your search intent on a question or a search word.

Tavily is a module that currently have two things available for it. The one thing is a service where you can get summaries or link from the Tavily service for any third party module that would want to use it.

The other core feature is that it has two AI Automator types for the AI Automator module that can be found in the AI module. These makes it possible to take a search word and generate either summaries for that search word or get links with information for that search word. Like below.


Using AI Automator with Tavily and a summarize LLM

Note that version 1.0.x will be depracated with Drupal 11 and will only work with AI Interpolator, which has been superseded with the AI Automator module inside the AI module.

Features

  • Get up to 10 short summaries from 10 sources online that answers the question you ask.
  • Use the AI Automator to take a text field with a search word and fill link fields (to scrape).
  • Use the AI Automator to take a text field with a search word and fill string long or text long fields with summaries.

Requirements

  • Requires an account at Tavily. There is a free trial.
  • To use it, you need to use a third party module using the service. Currently its only usable with the AI Automator submodule of the AI module

How to setup with AI Automator

  1. Install the AI module.
  2. Install this module.
  3. Visit /admin/config/tavily/settingsand add your api key from your Tavily account.
  4. Create some entity or node type with a string field.
  5. Create either a Link or Long String/Long Text field.
  6. Enable AI Automator checkbox and configure it.
  7. Create an entity of the type you generated, fill in some search word and save.
  8. The screenshot will be filled out.

Use the service

This is a code example on how you can get information from 3rd party sources about "Why should I use Drupal?".

See https://docs.tavily.com/docs/tavily-api/rest_api for most of the configs available.

$tavily = \Drupal::service('tavily.api');
// Configure how you want it to run.
$tavily_config = [
  'search_depth' => 'basic,
  'include_answer' => TRUE,
  'exclude_domains' => [
    'https://www.drupal.org',
  ],
];
// Get answers in a json array.
$response = $tavily->search('Why should I use Drupal', $tavily_config);

Activity

Total releases
1
First release
Aug 2025
Latest release
7 months ago
Release cadence
Stability
0% stable

Releases

Version Type Release date
2.0.0-rc3 Pre-release Aug 30, 2025