SaaSHub helps you find the best software and product alternatives Learn more โ
Top 23 ai-agent Open-Source Projects
-
n8n
n8n is a workflow automation platform for building AI-powered workflows and agents, connecting any AI model to any business system with full control over data, security, and deployment. Build visually or in code while n8n handles infrastructure from prototype to production with fully auditable executions.
Project mention: SOC-in-a-Box: One LLM, Eight Hats, A Production-Bar AI SOC on a Single GPU | dev.to | 2026-06-06n8n and similar visual workflow tools were on the list for one specific reason: leadership likes seeing the boxes-and-arrows. But the LLM nodes aren't first-class โ you'd be wrapping every model call in HTTP, and the graph is in a database, not in code that's reviewable in a PR. Auditability and reproducibility are both worse than the LangGraph + bus path. (n8n is a great fit for non-LLM SOAR-style automations, just not for this.)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
generate-lander.ts โ This is the interesting one. It uses Anthropic + Firecrawl to scrape a partner's website, then generates a custom landing page for their affiliate program. Automated partner onboarding.
-
browser-use
Open-source browser automation framework for AI agents. Browser Use lets AI agents control real browser sessions to complete multi-step web workflows.
browser-use: https://github.com/browser-use/browser-use
-
Prompt-Engineering-Guide
๐ Guides, papers, lessons, notebooks and resources for prompt engineering, context engineering, RAG, and AI Agents.
Prompt Engineering Guide
-
Project mention: How Daytona Works: The Complete Guide to AI-Powered Development Environments | dev.to | 2026-05-31
GitHub: https://github.com/daytonaio/daytona
-
deer-flow
An open-source long-horizon SuperAgent harness that researches, codes, and creates. With the help of sandboxes, memories, tools, skill, subagents and message gateway, it handles different levels of tasks that could take minutes to hours.
Project mention: DeerFlow 2.0 โ Deep Exploration and Efficient Research Flow | news.ycombinator.com | 2026-05-17 -
A free, structured 11-lesson course to start AI agents the right way. Think of it as turn-by-turn directions for agents, minus the detours and dead ends. Link: https://github.com/microsoft/ai-agents-for-beginners
-
anything-llm
Stop renting your intelligence. Own it with AnythingLLM. Everything you need for a powerful local-first agent experience
Project mention: NVIDIA RTX Spark: What the Backlash Gets Wrong About AI on Your Desktop [2026] | dev.to | 2026-06-04The headline marketing number is "1 petaflop" of AI performance. Sounds staggering. Tim Carambat, creator of AnythingLLM and one of the most credible voices in the local AI developer community, has already questioned this figure. His point is one I've validated repeatedly in my own benchmarking: for running large language models locally, memory bandwidth is the actual bottleneck, not raw FLOPS. You can have all the tensor cores in the world, but if you can't feed them data fast enough, your Llama 3 inference is still going to crawl.
-
oh-my-openagent
omo; the one and only agent harness for complex codebases. the pickaxe for complex software engineering. For your Codex, for your OpenCode
-
crewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.
Project mention: SOC-in-a-Box: One LLM, Eight Hats, A Production-Bar AI SOC on a Single GPU | dev.to | 2026-06-06CrewAI is excellent at what it's designed for: a "crew" of role-shaped agents collaborating on one task. Declarative Agent + Task + Process (sequential or hierarchical), with strong primitives for delegation between agents inside the same crew.
-
Project mention: AI Agents: Mastering 3 Essential Patterns (Tool Using). Part 1 of 3 | dev.to | 2026-01-03
In this series of articles, we will explore three fundamental patterns in AI Agent development. We will use Python and the Agno framework, available on Github.
-
antigravity-awesome-skills
Installable GitHub library of 1,500+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes specialized plugins, installer CLI, bundles, workflows, and official/community skill collections.
Corpus. antigravity-awesome-skills, a public collection of Anthropic-format skills from the community. 4,556 SKILL.md files, deduplicated by directory. Each file has a YAML frontmatter (name, description, tags) and a markdown body.
-
agents
Multi-harness agentic plugin marketplace for Claude Code, Codex CLI, Cursor, OpenCode, and Gemini CLI
Project mention: Repository Transformation: From Chaos to Professional Prompt Engineering Toolkit | dev.to | 2026-03-25Prominently featured 74 professional AI agent configurations adapted from wshobson/agents:
-
Project mention: Your AI agent works alone. No plan, no tests, no review. 118,000 developers found a fix. | dev.to | 2026-03-29
oh-my-claudecode (13,996 stars) takes the team approach. Its Team mode runs a staged pipeline: team-plan, team-prd, team-exec, team-verify, team-fix. Since v4.4.0, it can run Claude, Codex, and Gemini at the same time using tmux workers. You can send code reviews to Codex, UI tasks to Gemini, and integration work to Claude in one command:
-
Perplexica - Self-hosted AI search
-
LangGraph AGENTS.md
-
Birdclaw is interesting because it gives agents access to a Twitter archive. [17] GBrain points at a personal recall layer around OpenClaw / Hermes-style workflows. [18] PageIndex is a useful reminder that simple retrieval, even BM25-only retrieval, still has a place. [19] The โRAG comeback in about 8 monthsโ take lands because the archive problem is still unsolved in practice. [20]
-
500-AI-Agents-Projects
The 500 AI Agents Projects is a curated collection of AI agent use cases across various industries. It showcases practical applications and provides links to open-source projects for implementation, illustrating how AI agents are transforming sectors such as healthcare, finance, education, retail, and more.
Project mention: Curated list of 500 AI Agents and their use cases across industries | news.ycombinator.com | 2025-08-31 -
nanoclaw
A lightweight alternative to OpenClaw that runs in containers for security. Connects to WhatsApp, Telegram, Slack, Discord, Gmail and other messaging apps,, has memory, scheduled jobs, and runs directly on Anthropic's Agents SDK
Clone github.com/qwibitai/nanoclaw
-
composio
Composio powers 1000+ toolkits, tool search, context management, authentication, and a sandboxed workbench to help you build AI agents that turn intent into action.
Project mention: pass@1 is a gamble โ how ensemble coding enhances AI reliability | dev.to | 2026-04-02The ensemble idea is in the air. Mozilla AI's Star Chamber fans out code reviews to Claude, GPT, and Gemini in parallel, using consensus tiers and optional debate rounds where anonymized feedback circulates back to all models. Karpathy's llm-council runs a deliberation pipeline โ parallel query, peer review, chairman synthesis โ for general-purpose tasks. Roundtable orchestrates multiple AI CLI tools through a unified MCP interface. Composio's Agent Orchestrator manages parallel coding agents with git worktrees for task decomposition โ different agents working on different sub-tasks. And Aider's Architect Mode pairs two models in complementary roles (planner + editor).
-
LanceDB and Chroma: Lightweight local layers for fast recall and offline persistence
-
OpenViking
OpenViking is an open-source context database designed specifically for AI Agents(such as openclaw). OpenViking unifies the management of context (memory, resources, and skills) that Agents need through a file system paradigm, enabling hierarchical context delivery and self-evolving.
-
awesome-agent-skills
A curated collection of 1000+ agent skills from official dev teams and the community, compatible with Claude Code, Codex, Gemini CLI, Cursor, and more.
Project mention: Are Claude skills safe in 2026? What the Snyk ToxicSkills audit actually found | dev.to | 2026-05-30There are free options. The alirezarezvani/claude-skills repo ships 329 skills with 5,200+ GitHub stars. The VoltAgent/awesome-agent-skills collection has 1,000+. They are good lists. They are not audited.
ai-agents discussion
ai-agents related posts
-
Why RAG needs context judgment, not just better retrieval
-
What Is browser-use? And How to Run It Through Lynkr
-
SOC-in-a-Box: One LLM, Eight Hats, A Production-Bar AI SOC on a Single GPU
-
n8n Tutorial: How to Build Your First No-Code Automation Workflow in 2026
-
Hermes โ Community Web UI with Agent
-
Ask HN: What is your (AI) dev tech stack / workflow? (June 2026)
-
Three checks that separate an agent demo from a production agent
-
A note from our sponsor - SaaSHub
www.saashub.com | 7 Jun 2026
Index
What are some of the best open-source ai-agent projects? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | n8n | 191,300 |
| 2 | firecrawl | 128,993 |
| 3 | browser-use | 97,236 |
| 4 | Prompt-Engineering-Guide | 75,276 |
| 5 | daytona | 72,497 |
| 6 | deer-flow | 70,440 |
| 7 | ai-agents-for-beginners | 66,567 |
| 8 | anything-llm | 61,083 |
| 9 | oh-my-openagent | 60,999 |
| 10 | crewAI | 52,870 |
| 11 | agno | 40,537 |
| 12 | antigravity-awesome-skills | 39,700 |
| 13 | agents | 36,406 |
| 14 | oh-my-claudecode | 35,704 |
| 15 | Vane | 35,178 |
| 16 | langgraph | 33,889 |
| 17 | PageIndex | 32,583 |
| 18 | 500-AI-Agents-Projects | 31,655 |
| 19 | nanoclaw | 29,708 |
| 20 | composio | 28,600 |
| 21 | chroma | 28,214 |
| 22 | OpenViking | 25,147 |
| 23 | awesome-agent-skills | 24,333 |