- Issue created by @jibran
The detailed document can be found at https://docs.google.com/document/d/16yCLk7Q7WWbbqH9PxD6yJX9VufHNUqEWOGCW...
This issue outlines the scope, technical specifications, and user stories for a new Drupal AI Views Agent feature, designed to integrate AI capabilities into the Drupal Views module. The core objective is to enable users to create and configure Drupal Views using natural language instructions, leveraging Large Language Models (LLMs) and the existing Drupal AI Agent framework.
The Drupal AI Views Agent will enhance the Views module by allowing users to interact with it through natural language. This feature will utilize Drupal AI agents and sub-agents to interpret user commands and translate them into specific Views configurations.
These scenarios are created based on https://new.drupal.org/assets/2025-06/Drupal-AI-Strategy-June-25_0.pdf.
The project's scope covers:
The Drupal Views AI Agent will process natural language instructions using an LLM to derive specific Views parameters.
"Create a block display to show the latest 9 published articles in a 3 by 3 grid. Each article in the grid should show the title of the article, the image of the article, the summary of the article, and a read more link to the article."
Extracted parameters from this instruction would include:
article
block
grid
3x3
title, summary, image, link to the article
9
published date descending
published
These parameters will then be passed to a function call plugin to create the view.
The user stories for covering the AI agent's ability:
Future enhancements may include:
Potential risks identified are:
The next steps involve:
The detailed document can be found at https://docs.google.com/document/d/16yCLk7Q7WWbbqH9PxD6yJX9VufHNUqEWOGCW...
Active
1.0
Project Management