ai_assistant_ui
No security coverage
AI Assistant UI provides functionality for two common AI-Interfaces:
* Chatbot
* AI-Search-Results
Both of which are powered by the AI-Module's AI Assistant API, which brings many agentic tools such as RAG.
Supporting this Module
Developed and maintained by LOOM —
https://loom.de
Post-Installation
-
Add Markdown parser
composer req league/commonmark - Configure an AI Assistant at Administration → AI → Assistants.
- Place the block at Structure → Block layout — search for AI Assistant Chatbot, then configure.
-
Theming Copy the template and SDC to your theme for easy customisztion.
drush aut-scaffold chatbot drush aut-scaffold search-results
Similar projects
The chatbot is functionally similar to the Ai-Deepchat-Block provided by the
ai_chatbot module from the AI-Module, but with a frontend that is 100% Drupal-native, and thus with a more flexible and familiar theming workflow. The Search-Results block is similar to the
AI-Search-Block module, with the main difference being that ai_search_block does not use AI-Assistant, and has a different RAG implementation.