TECH WIKI / ENGINEERING NOTES
만들고, 부수고,
배운 것을 기록합니다.
개발 과정에서 마주친 문제와 해결법, 도구와 아키텍처에 관한 실전 중심의 기술 기록입니다.
GUIDED LEARNING
학습 시리즈
순서대로 따라가는 실전 로드맵GUIDED LEARNING
Learning series
Structured paths from setup to production최신 글
LATEST POSTS
-
[Hermes Agent Series 08] Automate Recurring Work with Hermes Cron
A recurring agent job is useful only when its schedule, input, delivery target, and failure boundary are explicit. Hermes Cron provides that lifecycle, while…
-
[Hermes Agent Series 07] Connect and Verify an MCP Server in Hermes
An MCP connection is ready only after Hermes can discover the intended tools and a harmless write can be read back. A successful registration…
-
[Hermes Agent Series 06] Build a Specialist Agent Team with Hermes Profiles
A Hermes profile is an isolation boundary, not merely a role label. Each profile has its own configuration, sessions, memory, Skills, and credentials. A…
-
[Hermes Agent Series 05] Teach Hermes Workflows with Memory and Skills
Memory and Skills solve different persistence problems. Memory keeps facts that should follow the user across sessions. A Skill stores a procedure that Hermes…
-
[Hermes Agent Series 04] Guide Hermes with .hermes.md and AGENTS.md
Project rules should travel with the project. Hermes can load either its own .hermes.md family or a portable AGENTS.md family, but the selected type…
-
[Hermes Agent Series 03] Configure Hermes Tools, Secrets, and Checkpoints
A safe Hermes setup needs three separate controls: tool scope, credential storage, and a recovery boundary for filesystem changes. Treating one of them as…
-
[Hermes Agent Series 02] Use Hermes CLI, TUI, Desktop, and Sessions
Hermes has three local interfaces, but they are views over the same agent and session store. Pick the surface that suits the work, then…
-
[Hermes Agent Series 01] Install Hermes Agent and Run Your First Task
Install Hermes Agent, select a provider and model, run a secret-safe preflight, and complete a real one-shot model task with the linked GitHub example.