You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Features: real-time score ring in the editor sidebar, quality dashboard with Chart.js trend visualization, space leaderboard, configurable pipeline quality gates, auto-score on publish, and a `quality.scored` webhook event.
49
+
50
+
40
51
### Content Generation Pipeline
41
52
Submit a brief → AI agents generate, illustrate, optimize, and quality-gate content → auto-publish or human review.
42
53
@@ -96,8 +107,28 @@ Manage webhook endpoints and event subscriptions directly from the admin panel (
96
107
- See [docs/graphql-api.md](docs/graphql-api.md) for the full guide
97
108
98
109
99
-
### Plugin & Extension System
100
-
First-class plugin architecture. Extend pipelines, register custom LLM providers, add admin UI, and react to content events — all from a self-contained plugin package.
110
+
### AI Pipeline Templates & Preset Library
111
+
**New in v0.10.0.** Reusable AI pipeline templates for accelerated content creation workflows.
112
+
113
+
**Features:**
114
+
-**8 built-in templates:** Blog Post Pipeline, Social Media Campaign, Product Description, Email Newsletter, Press Release, Landing Page, Technical Documentation, Video Script
115
+
-**Template library API:** Browse, rate, and install templates from community library
116
+
-**Space-scoped templates:** Custom templates per content space with RBAC
117
+
-**One-click install wizard:** Auto-configures personas, stages, and variables from template schema
118
+
-**Template versioning:** Version management with changelog and rollback support
119
+
-**Template packs:** Plugin-registered template collections with metadata
120
+
-**Plugin hooks:**`registerTemplateCategory()` and `registerTemplatePack()` for extending the library
121
+
-**Template ratings:** Community feedback and quality metrics
122
+
123
+
**Endpoints:**
124
+
-`GET /api/v1/spaces/{space}/pipeline-templates` — List templates
See [docs/pipeline-templates.md](docs/pipeline-templates.md) for the complete feature guide.
101
132
102
133
### Plugin & Extension System
103
134
First-class plugin architecture. Extend pipelines, register custom LLM providers, add admin UI, and react to content events — all from a self-contained plugin package.
0 commit comments