drupal/ai_recipe_content_pre_moderation_eca

Adds asynchronous post-save AI pre-moderation execution using ECA.

Maintainers

Package info

git.drupalcode.org/project/ai_recipe_content_pre_moderation_eca.git

Homepage

Type:drupal-recipe

pkg:composer/drupal/ai_recipe_content_pre_moderation_eca

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

1.0.0-alpha1 2026-05-14 11:36 UTC

This package is not auto-updated.

Last update: 2026-05-15 00:04:54 UTC


README

What it does

AI Content Pre-Moderation adds an AI-assisted workflow for Article content. It evaluates submissions when they move to Reviewable, then automatically routes them to either Flagged or Pre-Published and saves AI reasoning for editor review.

Why it matters

Editorial teams can triage content faster, reduce manual review effort, and get clearer context on why content was flagged or approved for the next step. It improves consistency while keeping final publishing decisions with humans.

How it works

When applied, the recipe:

  • applies its base recipe (AI Content pre-moderation),
  • disables the default automator defined in AI Content pre-moderation recipe,
  • creates a new automator that is triggered via ECA workflow,
  • creates an ECA workflow for Article node creation and update that runs said automator.

Requirements & compatibility

How to get started

  1. Install module dependencies (including AI and AI Automators).
  2. Configure an AI provider/model and set a default for chat_with_complex_json.
  3. Apply the recipe.
  4. Submit Article content to Reviewable and verify automatic routing + reasoning output.
  5. Use /admin/content/ai-pre-moderated for moderation triage and bulk actions.