drupal/ai_recipe_content_pre_moderation_eca
最新稳定版本:1.0.0-alpha1
Composer 安装命令:
composer require drupal/ai_recipe_content_pre_moderation_eca
包简介
Adds asynchronous post-save AI pre-moderation execution using ECA.
README 文档
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
- Recipe: AI Content pre-moderation
- Drupal core: ^11.2
- Ai module: ^1.4
- Views Bulk Operations: ^4.4
- ECA: ^3.0
How to get started
- Install module dependencies (including AI and AI Automators).
- Configure an AI provider/model and set a default for chat_with_complex_json.
- Apply the recipe.
- Submit Article content to Reviewable and verify automatic routing + reasoning output.
- Use /admin/content/ai-pre-moderated for moderation triage and bulk actions.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 10
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2026-05-14