Tagged articles
4 articles
Page 1 of 1
Shuge Unlimited
Shuge Unlimited
May 23, 2026 · Artificial Intelligence

Why Hermes Agent Manages 40+ Built‑in Tools Without a Config File

The article dissects Hermes Agent’s tool system, explaining its four‑layer architecture, singleton registry, import‑based auto‑registration, AST discovery, argument coercion, async bridging, error handling, schema design, toolset composition, and best‑practice recommendations, all backed by concrete code examples and design rationale.

AI agentsFunction CallingHermes Agent
0 likes · 21 min read
Why Hermes Agent Manages 40+ Built‑in Tools Without a Config File
James' Growth Diary
James' Growth Diary
Apr 27, 2026 · Artificial Intelligence

Three Gating Mechanisms for Tool Registration and Conditional Loading

Claude Code uses a single-source tool registry and three layered gating mechanisms—Feature Flags for experimental tools, environment‑variable SIMPLE mode for minimal tool sets, and fine‑grained permission filtering—to securely control tool visibility, initialization side‑effects, and ordering, ensuring stable prompt caching and safe schema exposure.

AI agentsTypeScriptenvironment variables
0 likes · 17 min read
Three Gating Mechanisms for Tool Registration and Conditional Loading
JavaGuide
JavaGuide
Mar 18, 2026 · Artificial Intelligence

Why Build Your Own Claude Code Agent? A Step‑by‑Step Walkthrough

This article explores the Learn Claude Code website, breaking down the universal agent loop into twelve incremental versions, demonstrating language‑agnostic implementations in Python and Java, and detailing progressive capabilities—from basic tool integration to memory compression, concurrency, and multi‑agent collaboration.

AI agentAgent LoopClaude
0 likes · 9 min read
Why Build Your Own Claude Code Agent? A Step‑by‑Step Walkthrough