/** * @deprecated Canonical location: runtime/foreground/composition/tool.factory * Retained for backward compatibility during IND-544 migration. * Import createChatTools from @indexnetwork/protocol instead. */ export { createChatTools, type ChatTools, type ToolContext, type ResolvedToolContext, type ProtocolDeps, type ToolDeps, } from "../../runtime/foreground/composition/tool.factory.js";