Skip to content

feat: Content Engine v2.0 - FastAPI Backend, Distributed n8n Queue Mode, and CI/CD#2

Merged
jangus3636-crypto merged 1 commit into
mainfrom
jules-5506944266795698286-7e89841a
Apr 28, 2026
Merged

feat: Content Engine v2.0 - FastAPI Backend, Distributed n8n Queue Mode, and CI/CD#2
jangus3636-crypto merged 1 commit into
mainfrom
jules-5506944266795698286-7e89841a

Conversation

@google-labs-jules

Copy link
Copy Markdown

This pull request introduces the foundation for the "Automated Social Media Content Engine v2.0", setting up a dedicated /content-engine environment isolated from the main MoMoA codebase.

Key Additions:

  • FastAPI Backend (api/main.py): Established endpoints for NotebookLM data ingestion, RAG queries, and programmatic video generation (Remotion/Editly/Google Vids placeholders).
  • Dockerfile: Built a Python 3.14-slim container that installs necessary system dependencies like ffmpeg and playwright (with Chromium) to ensure a robust environment for Google Vids automation.
  • n8n Distributed Architecture (docker-compose.yml): Configured a production-ready, distributed "Queue Mode" setup featuring:
    • PostgreSQL 13+ and Redis for robust data persistence and job brokering.
    • MinIO providing S3-compatible local binary storage (adhering to n8n's Queue mode constraints).
    • A separated execution plane with n8n_main, n8n_worker_1, and n8n_webhook_processor.
  • Rules Enforcement (.rules): Added a .rules file enforcing strict floating-point accuracy (decimal, math.isclose, math.fsum) and dictating the use of the brax physics engine for advanced kinematics.
  • CI/CD Pipeline (.github/workflows/content-engine.yml): Set up a GitHub Actions workflow to build and push the FastAPI Docker image to GitHub Container Registry (ghcr.io) upon changes to the content-engine directory.

PR created automatically by Jules for task 5506944266795698286 started by @jangus3636-crypto

@google-labs-jules

Copy link
Copy Markdown
Author

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@jangus3636-crypto jangus3636-crypto merged commit 86a33ad into main Apr 28, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant