{"id":51303630,"url":"https://github.com/gonzoblasco/p08-content-pipeline","last_synced_at":"2026-06-30T22:04:01.215Z","repository":{"id":351212548,"uuid":"1210014234","full_name":"gonzoblasco/p08-content-pipeline","owner":"gonzoblasco","description":"Sequential multi-agent AI system for content creation and SEO optimization","archived":false,"fork":false,"pushed_at":"2026-04-14T03:08:39.000Z","size":241,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-14T05:13:11.220Z","etag":null,"topics":["ai","anthropic","content-generation","multi-agent","next-js","seo-optimization","streaming","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gonzoblasco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-04-14T02:18:12.000Z","updated_at":"2026-04-14T03:49:05.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/gonzoblasco/p08-content-pipeline","commit_stats":null,"previous_names":["gonzoblasco/p08-content-pipeline"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/gonzoblasco/p08-content-pipeline","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gonzoblasco%2Fp08-content-pipeline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gonzoblasco%2Fp08-content-pipeline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gonzoblasco%2Fp08-content-pipeline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gonzoblasco%2Fp08-content-pipeline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gonzoblasco","download_url":"https://codeload.github.com/gonzoblasco/p08-content-pipeline/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gonzoblasco%2Fp08-content-pipeline/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34984784,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","anthropic","content-generation","multi-agent","next-js","seo-optimization","streaming","typescript"],"created_at":"2026-06-30T22:04:01.064Z","updated_at":"2026-06-30T22:04:01.210Z","avatar_url":"https://github.com/gonzoblasco.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 P08 — Multi-Agent Content Pipeline\n\nSistema de orquestación de agentes de IA diseñado para transformar una simple idea en contenido editorial de alta calidad, optimizado para SEO y listo para publicar.\n\n![Next.js](https://img.shields.io/badge/Next.js-16-black?style=flat-square\u0026logo=next.js)\n![TypeScript](https://img.shields.io/badge/TypeScript-5-blue?style=flat-square\u0026logo=typescript)\n![Tailwind](https://img.shields.io/badge/Tailwind-4-38B2AC?style=flat-square\u0026logo=tailwind-css)\n![Anthropic](https://img.shields.io/badge/Anthropic-Claude%204.6-7C3AED?style=flat-square)\n\n## ✨ Características Principales\n\n- 🤖 **Multi-Agent Pipeline**: 6 agentes especializados trabajando en secuencia.\n- 🔄 **Handoff Estructurado**: Cada etapa valida y refina el trabajo del agente anterior.\n- 📡 **Live Streaming**: Visualización en tiempo real del progreso de cada agente vía SSE.\n- 📝 **Markdown Output**: Generación de archivos listos para sistemas CMS o generadores de sitios estáticos.\n- ⚡ **Arquitectura Moderna**: Construido sobre Next.js 16 con React 19 y Server Actions.\n\n## 🏗️ Arquitectura del Pipeline\n\nEl pipeline opera de forma secuencial, asegurando que cada etapa tenga todo el contexto necesario para producir el mejor resultado.\n\n```text\n[ Idea Generator ] → [ Deep Researcher ] → [ Content Drafter ]\n                                                    ↓\n[ Meta-Exporter ] ← [ SEO Optimizer ]    ← [ Senior Editor ]\n```\n\n### 📋 Etapas del Pipeline\n\n1.  **Idea**: Refina el concepto inicial y define el ángulo editorial.\n2.  **Research**: Recopila información clave, datos y puntos de interés.\n3.  **Draft**: Redacta la primera versión estructurada del contenido.\n4.  **Edit**: Pule el tono, la claridad y la fluidez narrativa.\n5.  **SEO**: Optimiza encabezados, keywords y metadatos.\n6.  **Publish**: Formatea el resultado final en Markdown profesional.\n\n## 💻 Tech Stack\n\n- **Core**: Next.js 16 (App Router) + TypeScript\n- **Agent Orchestration**: Custom sequential logic in `lib/pipeline`\n- **AI Model**: Claude 3.5 Sonnet (Anthropic SDK)\n- **UI/UX**: Tailwind CSS + shadcn/ui + Lucide Icons\n- **Real-time**: Server-Sent Events (SSE) para el dashboard\n- **Testing**: Vitest para la lógica de orquestación\n\n## 🚀 Inicio Rápido\n\n### 1. Requisitos Previos\n\n- Node.js 18+\n- Anthropic API Key\n\n### 2. Instalación\n\n```bash\ngit clone ...\ncd p08-content-pipeline\nnpm install\n```\n\n### 3. Configuración\n\nCrea un archivo `.env.local` basado en `.env.example`:\n\n```env\nANTHROPIC_API_KEY=your_key_here\n```\n\n### 4. Lanzar Aplicación\n\n```bash\nnpm run dev\n```\n\nAccede a `http://localhost:3000/dashboard` para comenzar a generar contenido.\n\n## 📁 Estructura del Proyecto\n\n- `app/api/pipeline`: Endpoint que maneja el streaming del pipeline.\n- `app/dashboard`: Interfaz de usuario para control y progreso.\n- `lib/pipeline/agents`: Definición de los prompts y lógica de cada agente.\n- `lib/pipeline/orchestrator.ts`: Motor de ejecución y gestión de handoffs.\n- `output/`: Directorio donde se persisten los resultados de cada ejecución.\n\n---\n\n*Este proyecto es el número 08 del currículum **Full Stack AI Developer**, enfocado en la orquestación secuencial y contratos de interfaz entre agentes.*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgonzoblasco%2Fp08-content-pipeline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgonzoblasco%2Fp08-content-pipeline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgonzoblasco%2Fp08-content-pipeline/lists"}