Skip to content
Snippets Groups Projects
Select Git revision
  • 1.1.x
  • 3525205-show-reason-for
  • json_object_3480683
  • 2.0.x
  • 1.0.x
  • 3493277-extend-logging-capabilities-tabs
  • 3479388-research-normalize-function-with-actions
  • ai-automators-widget
  • ai-3507204-3507204-allow-loading-recipe
  • ai-3506570-3506570-automator-chain-not
  • ai-3506391-3506391-alter-pregenerateresponseevent-response
  • content-edit-3503666
  • 3487487-improve-ai-search
  • ai-3493510-3493510-again
  • tools-calling
  • 3492658-make-it-possible
  • 3479388-research-normalize-function
  • 3488113-fix-styling-of
  • 3488336-fix-styling-of
  • 3488220-make-an-event
  • 1.1.0-beta1
  • 1.0.5
  • 1.0.4
  • 1.0.3
  • 1.0.2
  • 1.0.1
  • 1.0.0
  • 1.0.0-beta7
  • 1.0.0-beta6
  • 1.0.0-beta5
  • 1.0.0-beta4
  • 1.0.0-beta3
  • 1.0.0-beta2
  • 1.0.0-beta1
  • 1.0.0-alpha8
  • 1.0.0-alpha7
  • 1.0.0-alpha6
  • 1.0.0-alpha5
  • 1.0.0-alpha4
  • 1.0.0-alpha3
40 results

ai-3525205

  • Clone with SSH
  • Clone with HTTPS
  • Forked from project / ai
    185 commits behind the upstream repository.
    László Csécsy's avatar
    Issue #3525188 by boobaa: Fix implicit dependency on core image.module
    László Csécsy authored and Marcus Johansson committed
    8c0b208b
    History

    AI

    AI (artificial intelligence) integration for Drupal - a unified framework for integrating various AI models and services into your Drupal site.

    Dependencies

    • Drupal ^10.3 || ^11
    • Key module
    • Requires at least one AI Provider to be installed and configured

    Documentation

    This project uses MkDocs for documentation: you can see the current documentation at https://project.pages.drupalcode.org/ai/. The documentation source files are located in the docs/ directory, and to build your own local version of the documentation please follow these steps:

    1. Install MkDocs: pip install mkdocs mkdocs-material
    2. Run mkdocs serve in the project root
    3. Open http://localhost:8000 in your browser