UNPKG

adk-typescript

Version:

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

32 lines (24 loc) 848 B
# Changelog ## [Unreleased] ### Added ### Changed ### Fixed ## [0.1.1] ### Fixed * Improved "Get Started" documentation * Fixed CLI create command * Fixed exports (modules were not being imported correctly) * Removed requirement to install global version of the npm package * Fix most of the unit tests ## [0.1.0] ### Features * Initial TypeScript port of Google's Agent Development Kit (ADK) * Complete porting of functionality from Python to TypeScript * Ported documentation to TypeScript * Command-line interface (CLI) with: * `adk-ts run` - Run agents locally * `adk-ts create` - Create new agent projects * `adk-ts web` - Launch the development UI * TypeScript type definitions for all ADK components * npm package structure and configuration * Development web UI for testing and debugging agents