Agent type registry

Not every subagent needs every tool. An explore agent only needs read_file and bash. A code agent needs all file tools. A plan agent only needs the TodoWrite tool. The AGENT_TYPES registry maps type names to tool sets, so each subagent gets exactly the tools it needs.

Matching exercise: Agent types and their tools

Loading practice…