/**
 * Re-export shim — support agent tool registry.
 *
 * All tool implementations live in tools/<name>.ts.
 * All consumers import from this file; the module graph is preserved.
 */

export { TOOL_SCHEMAS, TOOL_IMPLS, SUPPORT_AGENT_NAME } from './tools/_registry.js';
export type { ToolName } from './tools/_registry.js';
export type { ToolImpl, ToolResult } from './tools/_types.js';
