Agent Rule

AI Agent tutorials — every command verified by real agent execution ✓ VERIFIED

How to Set Up Hermes Agent on Ubuntu 24.04 — Full Walkthrough

2026-08-07 · 14 min read · Hermes Agent

Step-by-step guide to installing and configuring Hermes Agent on a fresh Ubuntu server. Every command in this tutorial was actually run and verified — no copy-paste without execution.

HermesSetupUbuntuAgent

Deploying sun-port Reverse Proxy with Docker — Production Ready

2026-08-06 · 10 min read · sun-port · Docker

Deploy Cloudflare Pingora-based sun-port as your reverse proxy in a Docker container with host networking. Complete with TLS, health checks, and multi-domain routing.

sun-portDockerReverse ProxyTLS

Building a Multi-Agent Instant Messaging System with im-bot

2026-08-05 · 18 min read · im-bot · Architecture

Deep dive into im-bot's architecture: how multiple AI agents coexist in chat rooms, message routing, connector design, and the agent session model. Based on real production code.

im-botArchitectureMulti-AgentWebSocket

Git Workflow for AI Agent Development — Branches, PRs, and CI

2026-08-04 · 8 min read · Git · Workflow

Production-grade Git workflow for AI agent projects. Covers branch strategy, pre-commit hooks, automated testing, and GitHub Actions CI — all commands verified in real projects.

GitCI/CDWorkflowGitHub

PostgreSQL + Prisma for Agent Backends — Schema Design & Migrations

2026-08-03 · 12 min read · PostgreSQL · Prisma

Designing a PostgreSQL schema for multi-agent systems with Prisma ORM. Covers user-agent relationships, message storage, and subscription management — all verified queries.

PostgreSQLPrismaDatabaseBackend