HelloAgent

object HelloAgent

Example hello agent using the Kotlin ADK implementation.

This agent demonstrates the fundamental principles of building an agent with the ADK:

  1. Defining the LlmAgent with a specific model and behavior (instructions).

  2. Using any model configuration (here, Gemini).

Properties

Link copied to clipboard
@JvmField
val rootAgent: LlmAgent