UNPKG

adk-typescript

Version:

TypeScript port of Google's Agent Development Kit (ADK)

9 lines (8 loc) 234 B
/** * API Hub Tool module * * This module provides integration with Google Cloud API Hub to automatically * generate tools from API specifications stored in API Hub. */ export * from './APIHubToolset'; export * from './clients';