Intermediatestable01_/_INTERMEDIATE
SEO Blog Pipeline
Three-agent CrewAI pipeline that researches keywords, drafts a blog post, and SEO-optimizes the final copy.
# INPUT_PROMPT // SEO_BLOG_PIPELINE
SCHEMA: V.1.0system@agent-archive:~$
IDLE
OUTPUT_LOG:
[IDLE] Awaiting input. Press RUN DEMO to initialize the pipeline.
LIVE_EXECUTION_LOG // seo-blog-pipeline0 EVENTS
[STREAM] No active execution. Trigger a run to populate the log.
/SYSTEM_INTERNALS
ARCHITECTURE
SYSTEM_ARCHITECTURE
[01]SEO Researcher
[02]Content Writer
[03]SEO Optimizer
/BACKEND_CONTRACT
PLUGGABLE RUNTIME
This demo serves a hardcoded fixture today. Set NEXT_PUBLIC_USE_REAL_BACKEND=true and the same UI will POST /api/intermediate/seo-blog-pipeline to a real CrewAI service - no UI change required.
/TYPED_INTERFACE
runProject(SEO_BLOG_PIPELINE, {
topic: string,
}) -> markdown