Skip to content

Welcome to the AI Agent Lab – your playground to learn and build AI agents using n8n, Docker, and the AutoAI-n8n-Kit.

License

Notifications You must be signed in to change notification settings

kientranasia/AutoAI-n8n-Kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧠 AI Agent Lab – Beginner Setup Guide

Welcome to the AI Agent Lab – your playground to learn and build AI agents using n8n, Docker, and the AutoAI-n8n-Kit.

This guide is designed for non-tech users. No coding required.


📦 About This Kit

The AutoAI-n8n-Kit is a ready-to-run environment, built on the open-source n8n AI Starter Kit, with enhancements for learning, building, and scaling AI automations.

✨ Key Features

  • n8n self-hosted – No-code visual automation engine
  • Cloudflare Tunnel – Secure public access
  • RAG-ready – Supports Retrieval-Augmented Generation
  • RSSHub – Web content crawler for custom RSS feeds
  • Database persistence – Save workflows across sessions

🛠 Prerequisites

Before starting, install these tools:

  1. Docker Desktop
  2. Git

✅ Works on macOS, Windows, and Linux.


🚀 Quick Start

1. Clone the Repository

git clone https://github.com/kientranasia/AutoAI-n8n-Kit.git
cd AutoAI-n8n-Kit

2. Setup Environment Variables

cp .env.example .env
cp rsshub/.env.example rsshub/.env

You can keep default values for testing locally.

3. Start the AI Lab Stack

Start the core n8n system:

docker compose up -d

Start RSSHub (for web crawling):

cd rsshub
docker compose up -d

✅ Access the n8n Dashboard

Open your browser and go to:

http://localhost:5678

Create your admin account when prompted.

🎉 You're now inside your AI Agent Lab!


🧪 What's Next?

In the AI Agent Lab series, you will:

  1. Build your first workflow: auto-send Telegram messages, update Notion, etc.
  2. Connect to LLMs (e.g., OpenAI, Ollama) for text generation and document analysis
  3. Create real autonomous AI agents with memory and tools
  4. Use RSSHub + RAG to create smart research bots

🔄 Common Commands

Action Command
Stop everything docker compose down
Restart system docker compose up -d
View logs docker compose logs -f

💡 Troubleshooting Tips

  • Ports not working? Make sure Docker Desktop is running.
  • Can’t access dashboard? Check if port 5678 is in use or restart Docker.
  • Windows users: Use Git Bash or WSL for better CLI experience.

📘 Final Notes

This environment sets the foundation for all upcoming lessons in the AI Agent Lab.

Whether you're a freelancer, operator, or founder, this lab will help you prototype, test, and automate real-world workflows using AI.


🎥 YouTube Setup Walkthrough

📺 A full video tutorial will be published tomorrow on our YouTube channel.
We'll guide you step-by-step to get everything running — even if you're not technical.

Stay tuned!


🙌 Contribute or Ask Questions

If you find this useful or spot issues:


Made with ❤️ by @kientranasia
AutoAI Starter Kit

About

Welcome to the AI Agent Lab – your playground to learn and build AI agents using n8n, Docker, and the AutoAI-n8n-Kit.

Resources

License

Stars

Watchers

Forks

Packages

No packages published