We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs: migrate examples to typed Tool<*, *> refs (#1015-#1017) Lead all skill-allowlist examples with the typed `tools(handle)` form. String-name `tools("...")` remains documented for built-in tools and runtime-discovered MCP tools, with inline comments calling out why. New "Typed tool refs" section in Skills-and-Knowledge.md (or new page, your call) cross-linked from Best-Practices.md and Cookbook.md. Tracks: agents-kt-11 #1017
Expand escalation/throwing sections + Eckel exception philosophy - Detailed escalate() vs throwException() with decision table - EscalationError data class walkthrough - Parent agent handling patterns (retry, reroute, partial result) - Full escalation flow diagram with repair agent retries - Auto-injected tools in repair agents - Smart fixer agent example - Bruce Eckel's "Thinking in Java" exception philosophy comparison - Errors as values vs control flow - Three-tier error model (handle/escalate/throw) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Initial wiki: 29 educational articles Getting Started, Core Concepts, Composition Operators, LLM Integration, Guided Generation, Agent Memory, and Reference articles with full code examples. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>