UNPKG

@waldzellai/adk-typescript

Version:

TypeScript SDK for Google Agent Development Kit (ADK) - A comprehensive framework for building AI agents

10 lines (9 loc) 297 B
"use strict"; // Version module for the Google Agent Development Kit (ADK) in TypeScript // Mirrors the version functionality from the Python SDK Object.defineProperty(exports, "__esModule", { value: true }); exports.version = void 0; /** * The version of the ADK. */ exports.version = '0.1.0';