src/tools Directory Layout

Description

Directory containing ~40 tool implementations following a consistent per-tool convention: each tool lives in its own src/tools// directory with an index.ts (or main file) exporting a definition conforming to the Tool interface. Registered centrally in src/tools.ts via getTools(), which dynamically imports tools behind feature flags (bun:bundle) and env checks (USER_TYPE==='ant' for Anthropic-internal tools).

Key claims

Relations

Sources

src-20260420-b8c5e3b30a4f