Agent Platform Guides
Setup and configuration guides for Hermes Agent, OpenClaw, and Pi Coding Agent — the three most-used self-hosted AI agent platforms in 2026.
Agent Platforms
Three open-source platforms dominate the self-hosted agent space in 2026. Each takes a different approach to autonomy, security, and extensibility.
Hermes Agent (Nous Research) is the current #1 on OpenRouter — 271 billion tokens processed daily across 19 messaging platforms. Seven-layer security model, broad LLM provider support, and a skills system. Self-hosted, runs on your infrastructure.
OpenClaw holds the record for fastest GitHub star growth ever (250K+). NVIDIA built NemoClaw on top of it. Skills & Tools model, massive community plugin ecosystem. Runs as the engine for some of the largest production agent deployments.
Pi (Earendil Inc.) is the minimal agent harness. No MCP, no sub-agents, no plan mode built in — everything is an extension. OpenClaw uses Pi's SDK as its underlying engine. For developers who want full control over context engineering.
Which Platform?
Platform Comparison
Values: Free (self-hosted)
Values: Free (self-hosted)
Values: Free (MIT)
Note:
All three are free and self-hosted. You provide the LLM API keys or run models locally. Costs depend on which models you use, not the platform itself.
Provider Wiring
All three platforms support the same major LLM providers. Wire them to your preferred model:
- Anthropic (Claude Opus, Claude Sonnet) — best for coding, complex reasoning
- OpenAI (GPT-4o, GPT-4o-mini) — best for general tasks, function calling
- Google (Gemini 3.5 Flash, Gemini 3 Pro) — best for long context, multimodal
- OpenRouter — unified API for 200+ models, pay-per-token
- Ollama — run Llama, Qwen, DeepSeek, Hermes 3 locally. Zero API cost, full privacy
Related Articles
Testing Agent Blueprint
Complete testing agent that reads source code, identifies test gaps, generates unit tests, runs them, and fixes failures. Ready-to-run with pytest and Jest integration.
Agent Skills — Open Standard for AI Agent Capabilities
Agent Skills are a lightweight, open format (SKILL.md) for extending AI agents with specialized knowledge and repeatable workflows. Supported by Claude Code, Gemini CLI, Antigravity CLI, OpenCode, Cursor, Copilot, and more.
Agent Memory Architectures
Four fundamentally different approaches to agent memory — conversational, vector, graph, and summary-based. When to use each, how to combine them, and the tools for implementation.