A Small Module for the People Who Don't Like GUIs
Marcus Johansson, Senior Developer at FreelyGive, has released a new experimental Drupal module called AI Drush Agents, designed to streamline developer workflows using AI-powered command-line tools. The module integrates with the AI Agents ecosystem and introduces new Drush commands that allow users to interact with agents, explain configuration changes, and debug directly from the terminal.
At its core, the module enables three key functions:
`agents:run`allows users to select and interact with any agent installed on the system`agents:drush_explain`provides plain-language explanations of Drush commands`agents:config_export_explain`breaks down pending configuration changes in readable text
Marcus says the idea came from a desire to make working with AI agents easier through the tools developers already use. "There is no easier UI than terminal," he writes, adding that the module is also part of his preparation for future features like short-term memory and streaming interactions.
The AI Drush Agents module requires the AI Agents module to be set up first. It is currently in alpha and not covered by Drupal’s security advisory policy, so developers are advised to use it with caution. Marcus is actively inviting collaboration and feedback, encouraging others to suggest new commands or join as co-maintainers via the issue queue.
Watch the module in action: Demo Video
View the project page: AI Drush Agents on Drupal.org

