Open-source autonomous agents 4 min
The open-source agent ecosystem
Hermes, OpenClaw, aider, OpenHands, Goose, Continue, Cline.
Open-source autonomous agents are tools that wrap an LLM — usually any LLM — into a different shape than a chat or a CLI. Background daemons, multi-agent runtimes, IDE plugins, web sandboxes. You self-host them, give them an API key, and they go to work.
Hermes Agent
Nous ResearchBackground daemon. Persistent memory, scheduled tasks, Telegram/Discord.
github.com/NousResearch/hermes-agentOpenClaw
Open sourceMulti-agent runtime. Coordinates multiple coding CLIs as one.
docs.openclaw.aiaider
Open sourceTerminal pair programming. Mature, git-aware, multi-model.
aider.chatOpenHands
All Hands AIAutonomous engineer in a web UI. Local + customisable.
github.com/All-Hands-AI/OpenHandsGoose
BlockExtensible CLI/desktop agent. Strong tool ecosystem.
block.github.io/goose/AutoGen
MicrosoftMulti-agent conversation framework. Python-first.
github.com/microsoft/autogencrewAI
crewAIRole-based agent orchestration. Great for workflow automation.
www.crewai.comContinue / Cline
VariousIDE-embedded copilots inside VS Code.
continue.devAll of these are model-agnostic — you can point them at OpenAI, Anthropic, Google, Mistral, DeepSeek, or a local Ollama model. The next lesson explains how that wiring works.