AIAny
Icon for item

AI Agents A-Z

Collects 40+ importable n8n workflows from the AI Agents A-Z YouTube channel, each tied to one video episode — spanning content generation, social-media posting, and short-video and narrated-story pipelines, plus companion Docker MCP/REST servers.

Introduction

Most "build an AI agent" tutorials hand you concepts and leave the wiring as homework. This repo flips that: every episode of the AI Agents A-Z YouTube channel ships as the exact n8n workflow JSON you import and run, so the finished automation — not the narration — is the deliverable.

What Sets It Apart
  • Each of the 40+ workflows maps to a specific video episode, so you can watch the walkthrough and then open the actual graph behind it — no reverse-engineering the demo.
  • Coverage leans hard into media automation: short-video generation, narrated-story creation, and social-media posting, where no-code orchestration genuinely saves hours rather than just gluing APIs.
  • Compute-heavy steps like video assembly and TTS are pushed out to companion Docker MCP/REST servers, keeping each n8n graph legible instead of a tangled monolith.
  • It is no-code by intent — you connect LLM calls, APIs, and MCP tools inside n8n rather than maintaining Python glue between them.
Great Fit / Look Elsewhere

Great fit if you learn by importing a working graph and tweaking it, or you want battle-tested patterns for content and video automation paired with a clear video explanation. Look elsewhere if you need a maintained framework or SDK with stability guarantees — these are per-episode snapshots, supported through the AI Agents A-Z Skool community, and you bring your own API keys and self-hosted n8n instance.

Information

  • Websitegithub.com
  • OrganizationsAI Agents A-Z
  • Authorsgyoridavid, AI Agents A-Z (YouTube)
  • Published date2025/03/29

More Items

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).