Awesome AI AgentsAI Platform Configurators

datawranglerai/self-host-n8n-on-gcr

⭐ 616 HCL repository created 2025-03-15

This repository packages everything needed to run a private instance of n8n, the workflow automation platform used for AI agent and integration pipelines, on Google Cloud Run instead of a paid hosted plan. It offers two paths. The automated path is a Terraform configuration that provisions the whole stack, and the manual path is a long written guide that walks through the same setup with gcloud commands so the reader understands what the module creates. The stack pairs Cloud Run for the application, where billing follows actual use and the service scales to zero when idle, with Cloud SQL PostgreSQL so that workflows, credentials and execution history survive container restarts, and Secret Manager for sensitive values. The guide covers the practical details that trip people up on this platform, notably the startup delay n8n needs before an external database is reachable, which can be handled either with a command override on the official Docker image or with a small custom image, and the mapping of the port Cloud Run injects onto the port n8n expects. Later sections cover configuring Google OAuth so workflows can reach Sheets, Drive and other Google services, deploying in queue mode with separate worker instances for production throughput, keeping the installation updated, cost estimates for light usage, and a troubleshooting section. A community video walkthrough of the Terraform deployment through Cloud Shell Editor is linked from the README. The repository itself is infrastructure as code and documentation rather than agent code, so it is useful to people who build automations and AI agent workflows in n8n and want them running on their own Google Cloud project with their own data.

https://github.com/datawranglerai/self-host-n8n-on-gcr

agentic-aiai-agentsgoogle-cloud-platformgoogle-cloud-runn8nn8n-self-hostingserverlessterraforminfrastructure-as-codeworkflow-automation

Also in AI Platform Configurators

calcom/cal.com

Cal.com is an open-source, customizable scheduling platform that offers full control over scheduling data and workflows, serving as a versatile alternative to Calendly.

ashishpatel26/500-AI-Agents-Projects

A curated collection of over 500 AI agent use cases across multiple industries, showcasing practical applications and linking to open-source projects for implementation.

OpenBMB/XAgent

XAgent is an open-source autonomous LLM-driven agent designed to automatically solve complex tasks with safety, extensibility, and human collaboration features.

semanser/codel

Codel is a fully autonomous AI agent that performs complex tasks and projects using terminal, browser, and editor environments within a secure, self-hosted Docker setup.

hexdocom/lemonai

Lemon is an open-source General AI Agent that autonomously automates complex tasks by planning, executing, and monitoring processes across multiple domains with real-time adaptability.

duaraghav8/dockershrink

DockerShrink is an AI-powered command-line tool that optimizes and reduces the size of Docker images for Node.js applications by applying advanced techniques like multi-stage builds and lightweight base images.

felixbrock/lemon-agent

Lemon Agent is a Plan-Validate-Solve agent designed for accurate and reliable workflow automation with extensive tool integrations and user-configurable workflows.