AI - ECA
Artificial Intelligence integration for Event-Condition-Action module, combining the unified framework and the power of Drupal to perform various AI-related operations.
Dependencies
- Drupal ^10.3 || ^11
- AI module
- ECA module
Getting started
- Enable the module
- Open an ECA model
- Use an operation type (
Chat
,Moderation
,TextToSpeech
etc.) as action
Documentation
This project uses MkDocs for documentation: you can see the current
documentation at https://project.pages.drupalcode.org/ai_eca/.
The documentation source files are located in the docs/
directory, and to
build your own local version of the documentation please follow these steps:
- Install MkDocs:
pip install mkdocs mkdocs-material
- Run
mkdocs serve
in the project root - Open
http://localhost:8000
in your browser