/** * ADK adapter entry point. * * Import from `@google/stitch-sdk/adk` to use Stitch tools with Google ADK. * * @example * import { stitchAdkTools } from "@google/stitch-sdk/adk"; * * const agent = new LLMAgent({ * name: "Stitch Agent", * instruction: "Create a login page", * tools: stitchAdkTools(), * }); */ export { stitchAdkTools } from "./adk-adapter.js"; //# sourceMappingURL=adk.d.ts.map