AIAny
AI Agent2025
Icon for item

Agent Development Kit (ADK) Samples

Provides ready-to-use sample agents for Google’s Agent Development Kit across Python, TypeScript, Go, Java, Kotlin, and Android, from simple assistants to multi-agent workflows.

Introduction

Agent frameworks are easier to evaluate through complete working patterns than abstract API surfaces. This repository turns ADK into a catalog of concrete agent shapes across languages and domains.

What Sets It Apart

The breadth is the signal: Python, TypeScript, Go, Java, Kotlin, Android, customer service, data engineering, research, finance, image scoring, trend analysis, and multi-agent examples. It is a learning corpus rather than a supported product template.

Who Should Use It

Great fit if you are evaluating ADK or bootstrapping agent prototypes. Look elsewhere for production-hardening guidance, operational runbooks, or a framework-neutral benchmark.

Information

  • Websitegithub.com
  • AuthorsGoogle
  • Published date2025/04/01

Categories

More Items

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.

GitHub
AI Agent2026

Provides a ruleset and skills that make AI coding agents prefer the simplest correct implementation: reuse existing code, prefer stdlib/native features, and only write minimal new code. Cuts generated LOC, tokens, cost and time while preserving validation and safety.