OpenHermit is the open-source platform for deploying AI agents as production services โ durable state, sandboxed execution, real transports, and the channels you already use.
Single-process Hono server. Agents start, attach, detach without orchestration. Admin UI at /admin/.
Sessions, memories, instructions, skills, MCP servers, schedules โ all durable in PostgreSQL with Drizzle ORM.
Per-agent Docker workspace or local backend. Agent code runs inside its own container, isolated from the host.
Telegram, Discord, Slack adapters wire into any agent. Enable, disable, reconfigure at runtime โ no restart.
Identity resolution across CLI, web, and channels. Three-tier role model (owner / user / guest) controls what each user can do.
Cron and one-shot jobs with timeout, concurrency policy, and error backoff. Agents work while you sleep.
Skills add prompt-based procedures. MCP servers add external tools. Both managed via API, CLI, or web UI.
HTTP sync, inline SSE streaming, durable SSE, and WebSocket RPC. Choose the right protocol for your use case.